powered by
Compute observed residual correlation (ORC) matrix among observed residuals for variables supplied data.
cor.orc(data, na.rm = TRUE)
A numeric matrix of correlations among variable residuals.
A data.frame or tibble
logical (defaults to TRUE)
# Use the SCWB data example data(SCWB) cor.orc(SCWB[, 1:20])
Run the code above in your browser using DataLab