Learn R Programming

EstimateGroupNetwork (version 0.3.1)

covNoBessel: 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

Examples

Run this code
# NOT RUN {
library(psych)
data(bfi)
covNoBessel(bfi, use = "complete.obs")
# }

Run the code above in your browser using DataLab