print_anova {lsasim}R Documentation

Print the ANOVA table

Description

Print the ANOVA table

Usage

print_anova(
  s2_within,
  s2_between,
  s2_total,
  sigma2_hat,
  tau2_hat,
  rho_hat,
  se_rho,
  n_tilde,
  M,
  N
)

Arguments

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 'rho_hat'

n_tilde

function of the variance of n_N, M and N. See documentation and code of lsasim:::summary.lsasimcluster for details

M

total sample size

N

number of classes j

References

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

See Also

anova


[Package lsasim version 2.1.5 Index]