Learn R Programming

iNZightMR (version 2.3.0)

seCovs: Compute standard error for covariance matrix

Description

Compute the standard error information for a given covariance matrix.

Usage

seCovs(covs, addbase = FALSE)

Value

an ses.moecalc object

Arguments

covs

covariance matrix

addbase

logical, is there a baseline?

Author

Junjie Zeng

Examples

Run this code
seCovs(cov(iris[, -5]))

Run the code above in your browser using DataLab