View source: R/print_anova_table.R
print_anova | R Documentation |
Print the ANOVA table
print_anova(
s2_within,
s2_between,
s2_total,
sigma2_hat,
tau2_hat,
rho_hat,
se_rho,
n_tilde,
M,
N
)
s2_within |
Within-class variance |
s2_between |
Between-class variance |
s2_total |
Total variance |
sigma2_hat |
estimate of the true within-class correlation |
tau2_hat |
estimate of the true between-class correlation |
rho_hat |
estimated intraclass correlation |
se_rho |
standard errors of |
n_tilde |
function of the variance of n_N, M and N. See documentation and code of |
M |
total sample size |
N |
number of classes j |
Snijders, T. A. B., & Bosker, R. J. (1999). Multilevel Analysis. Sage Publications.
stats::anova()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.