NEWS
lmeInfo 0.3.2 (2023-04-17)
- Fixed the "Additional issues" in the unit tests identified by the CRAN package checks.
lmeInfo 0.3.1 (2023-02-15)
- Updated unit tests to handle missing values in
Bryant2018
example dataset.
lmeInfo 0.3.0 (2022-10-24)
- Fixed 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.
- Removed
cnvg_warn
argument from the g_mlm()
function.
- Updated the unit tests related to Lambert et al. (2006) data.
lmeInfo 0.2.1 (2022-07-06)
- Fixed 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 ^
.
lmeInfo 0.2.0 (2022-06-15)
- 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
).
lmeInfo 0.1.2 (2020-11-12)
- Corrected a bug leading to errors in
Fisher_info()
with models that have more than two levels.
- Added informative errors for
summary.g_mlm()
. summary()
method only works for a g_mlm()
object when setting returnModel = TRUE
, which is the default.
- 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.
lmeInfo 0.1.1 (2020-05-10)
- Fixed the "Additional issues" in the unit tests identified by the CRAN package checks.
- Added package website.
lmeInfo 0.1.0 (2020-04-26)