CombTest: CombTest Object

View source: R/print_functions.R

CombTestR Documentation

CombTest Object

Description

This help page describes the structure of the CombTest class, which is used to represent the results the combined covariance and correlation test.

Usage

CombTest()

Details

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.

Value

An object of class CombTest.


CovCorTest documentation built on June 8, 2025, 11:50 a.m.