-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
22 lines (22 loc) · 1.08 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: lsmeans
Type: Package
Title: Least-Squares Means
Version: 2.30-1
Date: 2018-11-15
Authors@R: c(person("Russell", "Lenth", role = c("aut", "cre", "cph"),
email = "russell-lenth@uiowa.edu"))
Depends: emmeans (>= 1.3), methods, R (>= 3.2)
Suggests:
ByteCompile: yes
Description: Obtain least-squares means for linear, generalized linear,
and mixed models. Compute contrasts or linear functions of
least-squares means, and comparisons of slopes.
Plots and compact letter displays. Least-squares means were proposed in
Harvey, W (1960) "Least-squares analysis of data with unequal subclass numbers",
Tech Report ARS-20-8, USDA National Agricultural Library, and discussed
further in Searle, Speed, and Milliken (1980) "Population marginal means
in the linear model: An alternative to least squares means",
The American Statistician 34(4), 216-221 <doi:10.1080/00031305.1980.10483031>.
NOTE: lsmeans now relies primarily on code in the 'emmeans' package.
'lsmeans' will be archived in the near future.
License: GPL-2 | GPL-3