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 covA covariance matrix
Giulio Costantini
library(psych) data(bfi) covNoBessel(bfi, use = "complete.obs")
Useful links