Minor changes:
art.con() internaldata so that contrasts can be computed for random slopes in mixedeffects models (#37).Bug fixes:
emmeans.Minor changes:
tibbles can be used withart.con()(#27).Major changes:
art.con() andartlm.con()implementing the ART-C procedure for contrast testing, and updatedvignette("art-contrasts") to demonstrate it.Minor release to update maintainer email address.
Minor changes:
stringsAsFactors default becomesFALSE (in R4).Bug fixes:
Minor changes:
lme4::lmerMinor changes:
lsmeans withemmeans in code anddocs due tolsmeans being deprecatedpsych::d.ci for Cohen’sd CIs in effectsize vignetteMinor changes:
phia vignette using function call instead ofnon-canonical URLtestInteractions() example as alternative incontrasts vignetteBug fixes:
testthat/test.artlm.R:35 (our use oflsmeans()in that test requires some additional packages only declared as“Suggests” inlsmeans, so now we “Suggest” them aswell).New features:
lsmeans() interactions argument instead ofphia for interaction contrasts vignetteBug fixes:
lsmeans >= 2.22 to fix somebugs in earlier versionsNew features:
Error() terms in model formulas (resultingmodels are run usingaov())Bug fixes:
Testing fix for changes in upcoming version oflsmeans:roundlsmeans p value tests to 5 decimal places toaccommodate changes to Tukey adjustment
Minor changes to testing based on updated version oftestthat (0.10.0):
testthat usagelsmeans if it is notinstalled