vignette("using-lsmeans", package = "lsmeans")
cld
method for display of grouping symbols.glht
function in the multcomp package.lstrends
function works in terms of a reference grid of predicted slopes of trend lines for each factor combination.lm
, glm
, aov
, aovlist
), linear and genearalized linear mixed models (e.g., nlme, lme4, afex), ordinal-response models (e.g., ordinal, MASS), survival analysis (e.g., survival, coxme), generalized estimating equations (gee, geepack), and others. See help("models"", package="lsmeans")
recover.data
and lsm.basis
methods. See vignette("extending", package = "lsmeans")
To install latest version from CRAN, run
install.packages("lsmeans")
Release notes for the latest CRAN version are found at https://CRAN.R-project.org/package=lsmeans/NEWS -- or do news(package = "lsmeans")
for notes on the version you have installed.
To install the latest development version from Github, have the newest devtools package installed, then run
devtools::install_github("rvlenth/lsmeans", dependencies = TRUE)
For latest release notes on this development version, see the NEWS file