plot.ojivemodel {dyad}R Documentation

Plot Influence for Ojive Model

Description

Plot influence and fitted function for an object returned by ojivemodel.

Usage

plot.ojivemodel(x, xlab = "Score", ylab = "Influence", xlim = NULL, ylim = NULL, ...)

Arguments

x Object of class ojivemodel
xlab a title for the x axis
ylab a title for the y axis
xlim the x limits (x1, x2) of the plot (by default, calculated from the score data)
ylim the y limits of the plot (by default, calculated from the influence data)
... additional arguments to plot.default

Author(s)

Tara Madhyastha


[Package dyad version 1.0 Index]