Minor changes:
tibble
s can be used with art.con()
(#27).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::lmer
Minor 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