This help page describes the structure of the CovTest class,
which is used to represent the results of a covariance and correlation test.
CovTest()An object of class CovTest.
A CovTest object is a list with the following components:
methodCharacter. Either 'Covariance' or 'Correlation'.
pvalueNumeric. The p-value of the test.
TeststatisticNumeric. The test statistic.
CovarianceMatrixMatrix. The covariance estimator for the teststatistic.
CNumeric. A constant or vector of constants used in the test.
XiNumeric. A parameter related to the test.
resampling_methodCharacter. The resampling method used in the test.
repetitionsInteger. The number of repetitions used in resampling.
hypothesisCharacter. The hypothesis being tested.
nvNumeric. The sample size or the number of variables.