Description Usage Arguments Details Value See Also
View source: R/structureCovariances.R
Performs a structure of a covariance matrix test.
1  | structureCovariances(x, Sigma = "identity", ..., covTest = Nagao1973)
 | 
x | 
 data  | 
Sigma | 
 Population covariance matrix  | 
... | 
 other options passed to covTest method  | 
covTest | 
 structure of covariance matrix test method  | 
The structureCovariances function is a wrapper function that formats the data 
for the specific covTest functions.
A list with class "htest" containing the following components:
statistic  | the value of equality of covariance test statistic | 
parameter  | the degrees of freedom for the chi-squared statistic | 
p.value  | the p=value for the test | 
estimate  | the estimated covariances if less than 5 dimensions | 
null.value  | the specified hypothesized value of the covariance difference | 
alternative  | a character string describing the alternative hyposthesis | 
method  | a character string indicating what type of equality of covariance test was performed | 
data.name  | a character string giving the names of the data | 
Other Testing for Structure of Covariance Matrices: Ahmad2015
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.