plot.ojivemodel {dyad} | R Documentation |
Plot influence and fitted function for an object returned by ojivemodel
.
plot.ojivemodel(x, xlab = "Score", ylab = "Influence", xlim = NULL, ylim = NULL, ...)
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 |
Tara Madhyastha