-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathDESCRIPTION
67 lines (67 loc) · 1.95 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: prediction
Type: Package
Title: Tidy, Type-Safe 'prediction()' Methods
Description: A one-function package containing 'prediction()', a type-safe alternative to 'predict()' that always returns a data frame. The 'summary()' method provides a data frame with average predictions, possibly over counterfactual versions of the data (a la the 'margins' command in 'Stata'). Marginal effect estimation is provided by the related package, 'margins' <https://cran.r-project.org/package=margins>. The package currently supports common model types (e.g., "lm", "glm") from the 'stats' package, as well as numerous other model classes from other add-on packages. See the README or main package documentation page for a complete listing.
License: MIT + file LICENSE
Version: 0.3.15
Date: 2019-12-24
Authors@R: c(person("Thomas J.", "Leeper",
role = c("aut", "cre"),
email = "thosjleeper@gmail.com",
comment = c(ORCID = "0000-0003-4097-6326")),
person("Carl", "Ganz", role = "ctb",
email = "carlganz@ucla.edu"),
person("Vincent", "Arel-Bundock", role = "ctb",
email = "vincent.arel-bundock@umontreal.ca",
comment = c(ORCID = "0000-0003-2042-7063"))
)
URL: https://github.com/leeper/prediction
BugReports: https://github.com/leeper/prediction/issues
Depends: R (>= 3.5.0)
Imports:
utils,
stats,
data.table
Suggests:
datasets,
methods,
testthat
Enhances:
AER,
aod,
betareg,
biglm,
brglm,
caret,
crch,
e1071,
earth,
ff,
ffbase,
gam (>= 1.15),
gee,
glmnet,
glmx,
kernlab,
lme4,
MASS,
mclogit,
mda,
mlogit,
MNP,
nlme,
nnet,
ordinal,
plm,
pscl,
quantreg,
rpart,
sampleSelection,
speedglm,
survey (>= 3.31-5),
survival,
truncreg,
VGAM
ByteCompile: true
Encoding: UTF-8
RoxygenNote: 7.0.2