50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

Blossom (version 1.3)

CoverageObj-class: Class "CoverageObj"

Description

The CoverageObj class is used for the storage of coverage tests results.

Arguments

Rdversion

1.1

docType

class

Objects from the Class

Objects can be created by calls of the form new("CoverageObj", ...) or, more commonly, via the coverage function.

References

Mielke, P.W., and Y.C. Yao. 1988. A class of multiple sample tests based on empirical coverages. Annals of the Institute of Statistical Mathematics 40, 165--178. Mielke, P.W. and Y.C. Yao. 1990. On g-sample empirical coverage tests: Exact and simulated null distributions of test statistics with small and moderate sample sizes. Journal Statistical Computation and Simulation 35, 31--39.

See Also

coverage

Examples

Run this code
Out <- coverage(variable = bgrouse$distance,group = bgrouse$sex)
summary(Out)

Run the code above in your browser using DataLab