anova.lsasimcluster: Generate an ANOVA table for LSASIM clusters

View source: R/anova.R

anova.lsasimclusterR Documentation

Generate an ANOVA table for LSASIM clusters

Description

Prints Analysis of Variance table for cluster_gen output.

Usage

## S3 method for class 'lsasimcluster'
anova(object, print = TRUE, calc.se = TRUE, ...)

Arguments

object

list output of cluster_gen

print

if TRUE, output will be a list containing estimators; if FALSE (default), output are formatted tables of this information

calc.se

if TRUE, will try to calculate the standard error of the intraclass correlation

...

additional objects of the same type (see help("anova") for details)

Value

Printed ANOVA table or list of parameters

Note

If the rhos for different levels are varied in scale, the generated rho will be less accurate.

References

Snijders, T. A. B., & Bosker, R. J. (1999). Multilevel Analysis. Sage Publications.

See Also

summary.lsasimcluster()


lsasim documentation built on April 3, 2025, 5:57 p.m.