anova.lsasimcluster {lsasim} | R 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.
[Package lsasim version 2.1.5 Index]