Skip to content

Releases: jepusto/lmeInfo

Bug fix for three-level models

21 Nov 19:00

Choose a tag to compare

This release fixes a bug in the Fisher_info() function that returned the information matrix in an incorrect order for models with three or more sets of random effects or models with multiple sets of random effects at the same level. Additional changes:

  • Removed cnvg_warn argument from the g_mlm() function.
  • Updated the unit tests related to Lambert et al. (2006) data.

Bug fix

25 Jul 15:03

Choose a tag to compare

This release includes a fix for a bug in extract_varcomp() that caused some variance components to be dropped if the variables involved in the random effects formula involved special characters such as ., (, ), or ^.

Separate level-1 variance components

20 Jun 19:05

Choose a tag to compare

  • 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).

bug fixes and updates

19 Nov 03:54

Choose a tag to compare

  • Corrected a bug leading to errors in Fisher_info() with models that have more than two levels.
  • Added informative errors for summary.g_mlm() if setting returnModel = FALSE.
  • Updated the formula for standard error of effect size in the vignette to match the method in g_mlm().
  • Added tests for handling models with missing outcome and/or covariate values.

Updates

15 May 15:50

Choose a tag to compare

  • Fixed the "additional issues" in the unit tests identified by the CRAN package checks.
  • Added pkgdown.

First CRAN release

26 Apr 22:03

Choose a tag to compare

First release on CRAN.