covmat.test | R Documentation |
Tests if a given sample covariance matrix is significantly different than a null
covmat.test(S, sig.0, N, k = 1)
S |
Sample covariance matrix from multivariate responses |
sig.0 |
Hypothesized covariance matrix |
N |
Sample size |
K |
Number of groups in multivariate data |
Test statistics, p-values and df for covariance matrix test
test.covmat(cov(iris[,1:4]), matrix(rep(0,16), ncol = 4), 150, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.