covNoBessel {EstimateGroupNetwork} | R Documentation |
Covariance matrix without Bessel's correction
Description
Computes the Covariance matrix without Bessel's correction, for consistency with package JGL
Usage
covNoBessel(x,...)
Arguments
x |
A dataframe of numeric values. |
... |
Arguments to be passed to cov |
Value
A covariance matrix
Author(s)
Giulio Costantini
Examples
library(psych)
data(bfi)
covNoBessel(bfi, use = "complete.obs")
[Package EstimateGroupNetwork version 0.3.1 Index]