R package lsmeans: Least-squares means (estimated marginal means)
NEWS
The lsmeans package is being deprecated. Users are encouraged to switch to emmeans (estimated marginal means), now available on CRAN. The lsmeans package will be archived on CRAN at some not-too-distant time in the future. Note that:
- R scripts that use lsmeans will still work with emmeans after making
minor changes (use
emmeans:::convert_scripts()
). - Existing objects created with lsmeans can be converted to work
with the new package via
emmeans:::convert_workspace()
. - See
vignette("transition-from-lsmeans", "emmeans")
for more details.