Covariance matrix without Bessel's correction
Computes the Covariance matrix without Bessel's correction, for consistency with package JGL
covNoBessel(x,...)
x |
A dataframe of numeric values. |
... |
Arguments to be passed to cov |
A covariance matrix
Giulio Costantini
library(psych) data(bfi) covNoBessel(bfi, use = "complete.obs")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.