powered by
"robpolycor"
"polycor"
Print method for classes "robpolycor" and "polycor".
# S3 method for robpolycor print(x, digits = max(3L, getOption("digits") - 3L), ...)
A print to the console.
Object of class "robpolycor" or "polycor".
Number of digits to be printed.
Additional parameters to be passed down.
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) print(fit) fit # equivalent
Run the code above in your browser using DataLab