-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
24 lines (24 loc) · 833 Bytes
/
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
Package: bcaboot
Title: Bias Corrected Bootstrap Confidence Intervals
Version: 0.2-3
VignetteBuilder: knitr
Authors@R: c(person("Bradley", "Efron", role=c("aut"),
email = "brad@stat.stanford.edu"),
person("Balasubramanian", "Narasimhan", role=c("aut", "cre"),
email = "naras@stat.stanford.edu"))
Description: Computation of bootstrap confidence intervals in an almost automatic fashion as described in Efron and Narasimhan (2020, <doi:10.1080/10618600.2020.1714633>).
Depends: R (>= 3.5.0)
URL: https://bnaras.github.io/bcaboot/, https://github.com/bnaras/bcaboot
BugReports: https://github.com/bnaras/bcaboot/issues
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Suggests:
glmnet,
rmarkdown,
knitr
Imports: graphics,
stats,
utils