powered by
Computes the Covariance matrix without Bessel's correction, for consistency with package JGL
covNoBessel(x,...)
A dataframe of numeric values.
Arguments to be passed to cov
A covariance matrix
# NOT RUN { library(psych) data(bfi) covNoBessel(bfi, use = "complete.obs") # }
Run the code above in your browser using DataLab