summary.hdaov: Produce summary of HD ANOVA

Description Usage Arguments Value Examples

Description

Produce summary of HD ANOVA

Usage

1
2
## S3 method for class 'hdaov'
summary(object, all.sci = FALSE, ...)

Arguments

object

the object returned from hdtest, hdsci or fdtest

Value

An object with information on p-value and/or SCI

Examples

1
2
3
4
5
# simulate a dataset of 4 samples
X <- lapply(1:4, function(g) MASS::mvrnorm(30,rep(0.3*g,10),diag((1:10)^(-0.5*g))))

# test for the equality of mean vectors with pairs={(1,3),(2,4)}
summary(hdtest(X,alpha=0.05,pairs=matrix(1:4,2,2),tau=c(0.4,0.5,0.6)))

linulysses/hdanova documentation built on Feb. 13, 2021, 9:10 a.m.