print.Levenetests2s.mv {smsets}R Documentation

Prints multiple two-sample Levene tests for the comparison of variation in multivariate data

Description

Prints the results produced by Levenetests2s.mv, consisting of two-sample Levene's tests computed from two-sample t-tests applied to absolute differences around medians for more than one response vector.

Usage

## S3 method for class 'Levenetests2s.mv'
print(x, ...)

Arguments

x

an object of class "Levenetests2s.mv"

...

further arguments passed to or from other methods.

Details

Summarize

Value

An annotated output of two-sample Levene's tests computed from two-sample t-tests applied to absolute differences around medians for more than one response vector, with (optionally) corrected significance levels. The argument x, invisibly, as for all print methods, is a list of class "Levenetests2s.mv". This print method provides a user-friendly display of particular elements in x:

References

Hedges, L. V. 1981. Distribution theory for Glass’s estimator of effect size and related estimators. Journal of Educational Statistics 6(2): 107–128.

Examples

data(sparrows)
res.Levene2s.mv <- Levenetests2s.mv(sparrows, Survivorship, "S",
                               alternative = "less", var.equal = TRUE,
                               P.adjust = "bonferroni", unit = "mm")
print(res.Levene2s.mv)


[Package smsets version 1.2.3 Index]