Print the ANOVA table
print_anova(
s2_within,
s2_between,
s2_total,
sigma2_hat,
tau2_hat,
rho_hat,
se_rho,
n_tilde,
M,
N
)
Within-class variance
Between-class variance
Total variance
estimate of the true within-class correlation
estimate of the true between-class correlation
estimated intraclass correlation
standard errors of rho_hat
function of the variance of n_N, M and N. See documentation and code of lsasim:::summary.lsasimcluster
for details
total sample size
number of classes j
Snijders, T. A. B., & Bosker, R. J. (1999). Multilevel Analysis. Sage Publications.