-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
39 lines (39 loc) · 1.21 KB
/
DESCRIPTION
File metadata and controls
39 lines (39 loc) · 1.21 KB
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
Package: surveybootstrap
Title: Bootstrap with Survey Data
Version: 0.2.1
Authors@R: c(person(given=c("Dennis", "M."),
family="Feehan",
email="feehan@berkeley.edu",
role=c("aut", "cre")),
person(given=c("Matthew", "J."),
family="Salganik",
email="mjs3@princeton.edu",
role="ths"))
Description: Implements different kinds of bootstraps
to estimate sampling variation from survey data with
complex designs. Includes the rescaled bootstrap
described in Rust and Rao (1996) <doi:10.1177/096228029600500305> and
Rao and Wu (1988) <doi:10.1080/01621459.1988.10478591>.
URL: https://dfeehan.github.io/surveybootstrap/, https://github.com/dfeehan/surveybootstrap, http://dennisfeehan.org/surveybootstrap/
BugReports: https://github.com/dfeehan/surveybootstrap/issues
License: MIT + file LICENSE
LinkingTo: Rcpp, RcppArmadillo
Imports:
Rcpp,
stringr,
dplyr,
plyr,
purrr,
functional
Depends:
R (>= 2.10)
Suggests:
knitr,
rmarkdown,
testthat,
pkgdown
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
LazyData: true