summary.adtestWrapper {robCompositions}R Documentation

summary method for objects of class adtestWrapper

Description

Provides a summary as shown in the examples.

Usage

## S3 method for class 'adtestWrapper':
summary(object, ...)

Arguments

object object of class ‘adtestWrapper’
... additional arguments passed through

Details

A similar output is proposed by (Pawlowsky-Glahn, et al. (2008). In addition to that, p-values are provided.

Value

a data frame including an information about the ilr-variables used (first column), the underlying test (second column), the test statistics (third column), the corresponding estimated p-values (fourth column) and an information about the rejection of the Null hypothesis (last column).

Author(s)

Matthias Templ and Karel Hron

References

Pawlowsky-Glahn, V., Egozcue, J.J. and Tolosana-Delgado, R. (2008), Lecture Notes on Compositional Data Analysis Universitat de Girona, http://diobma.udg.edu:8080/dspace/bitstream/10256.1/297/1/CoDa-book.pdf

See Also

adtestWrapper

Examples

data(machineOperators)
a <- adtestWrapper(machineOperators, R=50) # choose higher value of R
a
summary(a)

[Package robCompositions version 1.2.2 Index]