calc_var_between {lsasim} | R Documentation |
Calculate variance between classes
Description
Calculate variance between classes
Usage
calc_var_between(n_j, y_bar_j, y_bar, n_tilde, N)
Arguments
n_j |
number of elements in class j |
y_bar_j |
mean of variable of interest per class j |
y_bar |
mean of variable of interest across classes |
n_tilde |
function of the variance of n_N, M and N. See documentation and code of |
N |
number of classes j |
References
Snijders, T. A. B., & Bosker, R. J. (1999). Multilevel Analysis. Sage Publications.
See Also
anova.lsasimcluster
[Package lsasim version 2.1.5 Index]