lmfmStdResPlot: Standardized Residual Plot
Description
Produces side-by-side standardized residual plots from an lmfm object.Usage
lmfmStdResPlot(x, type = "response", level = 0.95, id.n = 3, main, xlab, ylab, ...)
Arguments
type
a character string specifying the type of residuals used in the plot. This argument is passed to the generic residuals function when extracting the residuals from x
.
level
a numeric value between 0 and 1 specifying the confidence level used to draw the threshold in the plot.
id.n
a non-negative integer value specifying the number of extreme points to identify.
main
a character string specifying the plot title.
xlab
a character string specifying the x-axis label.
ylab
a character string specifying the y-axis label.
...
additional arguments are passed to the low-level plotting functions.