View source: R/print_functions.R
CovTest | R Documentation |
This help page describes the structure of the CovTest
class,
which is used to represent the results of a covariance and correlation test.
CovTest()
A CovTest
object is a list with the following components:
method
Character. Either 'Covariance' or 'Correlation'.
pvalue
Numeric. The p-value of the test.
Teststatistic
Numeric. The test statistic.
CovarianceMatrix
Matrix. The covariance estimator for the teststatistic.
C
Numeric. A constant or vector of constants used in the test.
Xi
Numeric. A parameter related to the test.
resampling_method
Character. The resampling method used in the test.
repetitions
Integer. The number of repetitions used in resampling.
hypothesis
Character. The hypothesis being tested.
nv
Numeric. The sample size or the number of variables.
An object of class CovTest
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.