View source: R/print_functions.R
CombTest | R Documentation |
This help page describes the structure of the CombTest
class,
which is used to represent the results the combined covariance and
correlation test.
CombTest()
A CombTest
object is a list with the following components:
method
Character. Either 'Covariance' or 'Correlation'.
pvalue-Variances
Numeric. The p-value of the test regarding the covariances.
pvalue-Correlations
Numeric. The p-value of the test regarding the correlations.
pvalue-Total
Numeric. The p-value of the whole test of the global hypothesis.
Teststatistic
Numeric. The test statistic.
resampling_method
Character. The resampling method used in the test.
repetitions
Integer. The number of repetitions used in resampling.
nv
Numeric. The sample size or the number of variables.
An object of class CombTest
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.