-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
44 lines (44 loc) · 1.86 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
Package: estimatr
Type: Package
Title: Fast Estimators for Design-Based Inference
Version: 1.0.2
Authors@R: c(person("Graeme", "Blair", email = "[email protected]", role = c("aut", "cre")),
person("Jasper", "Cooper", email = "[email protected]", role = c("aut")),
person("Alexander", "Coppock", email = "[email protected]", role = c("aut")),
person("Macartan", "Humphreys", email = "[email protected]", role = c("aut")),
person("Luke", "Sonnet", email = "[email protected]", role = c("aut")),
person("Neal", "Fultz", email = "[email protected]", role = c("ctb")),
person("Lily", "Medina", email = "[email protected]", role = c("ctb")),
person("Russell", "Lenth", email = "[email protected]", role = c("ctb")))
Description: Fast procedures for small set of commonly-used, design-appropriate estimators with robust standard errors and confidence intervals. Includes estimators for linear regression, instrumental variables regression, difference-in-means, Horvitz-Thompson estimation, and regression improving precision of experimental estimates by interacting treatment with centered pre-treatment covariates introduced by Lin (2013) <doi:10.1214/12-AOAS583>.
URL: https://declaredesign.org/r/estimatr/, https://github.com/DeclareDesign/estimatr
BugReports: https://github.com/DeclareDesign/estimatr/issues
License: MIT + file LICENSE
Depends: R (>= 3.6.0)
Imports:
Formula,
generics,
methods,
Rcpp (>= 0.12.16),
rlang (>= 0.2.0)
LinkingTo: Rcpp, RcppEigen
Encoding: UTF-8
RoxygenNote: 7.2.3
LazyData: true
Suggests:
fabricatr (>= 0.10.0),
randomizr (>= 0.20.0),
AER,
clubSandwich,
emmeans (>= 1.4),
estimability,
margins,
modelsummary,
prediction,
RcppEigen,
sandwich,
stargazer,
testthat,
car
Enhances:
texreg