cor_2_pcor {BBcor} | R Documentation |
Convert correlations into the corresponding partial correlations.
cor_2_pcor(x, ...)
x |
An object of class |
... |
Currently ignored
|
Y <- mtcars[,1:3]
fit <- bbcor(Y, method = "spearman")
cor_2_pcor(fit)