You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added an option to return separate level-1 variance components for models that use weights = varIdent(form = ~ 1 | Stratum).
Generalized the g_mlm() function to allow use of separate models for the numerator and denominator of the effect size.
Modified the stored results of g_mlm() so that the returnModel argument is no longer necessary.
Fixed a bug in handling of models with missing observations that have na.action of na.exclude().
Fixed a bug in internal functions for constructing level-1 variance covariance structures in models with multi-variate structure (i.e., models with non-null modelStruct$corStruct).