Minor changes:
art.con() internal data so that contrasts
can be computed for random slopes in mixed effects models (#37).Bug fixes:
emmeans.Minor changes:
Major changes:
art.con() and artlm.con() implementing the ART-C procedure
for contrast testing, and updated vignette("art-contrasts") to
demonstrate it.Minor release to update maintainer email address.
Minor changes:
stringsAsFactors default
becomes FALSE (in R 4).Bug fixes:
Minor changes:
lme4::lmerMinor changes:
lsmeans with emmeans in code and docs due to lsmeans being deprecatedpsych::d.ci for Cohen's d CIs in effect size vignetteMinor changes:
phia vignette using function call instead of non-canonical URLtestInteractions() example as alternative in contrasts vignetteBug fixes:
testthat/test.artlm.R:35 (our use of lsmeans() in that
test requires some additional packages only declared as "Suggests" in lsmeans, so now
we "Suggest" them as well).New features:
lsmeans() interactions argument instead of phia for interaction contrasts vignetteBug fixes:
lsmeans >= 2.22 to fix some bugs in earlier versionsNew features:
Error() terms in model formulas (resulting models are run using aov())Bug fixes:
Testing fix for changes in upcoming version of lsmeans: round lsmeans p value tests to 5 decimal places to accommodate changes to Tukey adjustment
Minor changes to testing based on updated version of testthat (0.10.0):
testthat usagelsmeans if it is not installed