Skip to content

Separate level-1 variance components

Choose a tag to compare

@jepusto jepusto released this 20 Jun 19:05
· 48 commits to main since this release
  • 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).