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 intreaclass 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.


tmatta/lsasim documentation built on Aug. 25, 2023, 5:50 p.m.