powered by
"robpolycor"
"polycor"
Plot method for classes "robpolycor" and "polycor".
# S3 method for robpolycor plot(x, cutoff = 3, ...)
An object of class "ggplot".
"ggplot"
Object of class "robpolycor" or "polycor".
Cutoff beyond which the color scale for Pearson residuals is truncated.
Additional parameters to be passed down.
## example data set.seed(123) x <- sample(c(1,2,3), size = 100, replace = TRUE) y <- sample(c(1,2,3), size = 100, replace = TRUE) fit <- polycor(x,y) plot(fit)
Run the code above in your browser using DataLab