-
Notifications
You must be signed in to change notification settings - Fork 9
/
DESCRIPTION
45 lines (45 loc) · 1.28 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
Package: ciTools
Type: Package
Title: Confidence or Prediction Intervals, Quantiles, and Probabilities
for Statistical Models
Version: 0.6.1
Authors@R: c(person("John", "Haman", role = c("cre", "aut"),
email = "jhaman@ida.org"),
person("Matthew", "Avery", role = "aut",
email = "mavery@ida.org"),
person("Institute for Defense Analyses", role = "cph"))
Maintainer: John Haman <jhaman@ida.org>
Description: Functions to append confidence intervals, prediction intervals,
and other quantities of interest to data frames. All appended quantities
are for the response variable, after conditioning on the model and covariates.
This package has a data frame first syntax that allows for easy piping.
Currently supported models include (log-) linear, (log-) linear mixed,
generalized linear models, generalized linear mixed models, and
accelerated failure time models.
Depends:
R (>= 3.4.0)
Imports:
arm,
boot,
dplyr,
lme4,
MASS,
methods,
stats,
survival,
utils
Suggests:
here,
ggplot2,
knitr,
rmarkdown,
SPREDA
VignetteBuilder:
rmarkdown,
knitr
URL: https://github.com/jthaman/ciTools
BugReports: https://github.com/jthaman/ciTools/issues
License: GPL (>=3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1