Learn R Programming

coin (version 1.0-7)

SymmetryTest: General Symmetry Test

Description

Testing the symmetry of a response for repeated measurements in a complete block design.

Usage

## S3 method for class 'formula':
symmetry_test(formula, data, subset = NULL, \dots)
## S3 method for class 'SymmetryProblem':
symmetry_test(object, 
    teststat = c("max", "quad", "scalar"),
    distribution = c("asymptotic", "approximate", "exact"),
    alternative = c("two.sided", "less", "greater"),
    xtrafo = trafo, ytrafo = trafo, scores = NULL, 
    check = NULL, ...)
## S3 method for class 'table':
symmetry_test(object, ...)

Arguments

Value

  • An object inheriting from class IndependenceTest with methods show, pvalue and statistic.

Details

This function handles symmetry problems where each block corresponds to exactly one observation with repeated measurements.