-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
37 lines (37 loc) · 1.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Package: contrast
Title: A Collection of Contrast Methods
Version: 0.24.2
Date: 2022-10-05
Authors@R: c(
person(given = "Alan", family = "O'Callaghan", email = "[email protected]", role = c("cre")),
person(given = "Max", family = "Kuhn", role = "aut"),
person(given = "Steve", family = "Weston", role = "aut"),
person(given = "Jed", family = "Wing", role = "aut"),
person(given = "James", family = "Forester", role = "aut"),
person(given = "Thorn", family = "Thaler", role = "aut"))
Description: One degree of freedom contrasts for 'lm', 'glm', 'gls', and 'geese' objects.
License: GPL-2
URL: https://github.com/Alanocallaghan/contrast
BugReports: https://github.com/Alanocallaghan/contrast/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
Depends: R (>= 2.10)
Imports:
nlme,
sandwich,
rms
Suggests:
knitr,
kableExtra,
dplyr,
ggplot2,
tidyr,
rmarkdown,
testthat,
covr,
geepack,
splines
RoxygenNote: 7.2.1
VignetteBuilder: knitr
Language: en-US