A function to draw scatter plot of a Z-residual
plot.zresid.Rd
A function to draw scatter plot of a Z-residual
Usage
# S3 method for class 'zresid'
plot(
Zresidual,
irep = 1:ncol(Zresidual),
ylab = "Z-Residual",
normality.test = c("SW", "AOV", "BL"),
k.test = 10,
X = c("index", "covariate", "fitted.value"),
main.title = ifelse(is.null(attr(Zresidual, "type")), "Z-residual Scatterplot",
paste("Z-residual Scatterplot -", attr(Zresidual, "type"))),
outlier.return = FALSE,
outlier.value = 3.5,
category = NULL,
outlier.set = list(),
xlab = NULL,
...
)