plot.linmodel {dyad}R Documentation

Plot Influence for Linear Model

Description

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

Usage

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

Arguments

x Object of class bilinmodel
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)
xlab a title for the x axis
ylab a title for the y axis
... additional arguments to plot.default.

Author(s)

Tara Madhyastha


[Package dyad version 1.0 Index]