-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.64 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
Package: estimatr
Type: Package
Title: Fast Estimators for Design-Based Inference
Version: 0.15
Date: 2019-02-27
Authors@R: c(person("Graeme", "Blair", email = "graeme.blair@ucla.edu", role = c("aut", "cre")),
person("Jasper", "Cooper", email = "jjc2247@columbia.edu", role = c("aut")),
person("Alexander", "Coppock", email = "alex.coppock@yale.edu", role = c("aut")),
person("Macartan", "Humphreys", email = "macartan@gmail.com", role = c("aut")),
person("Luke", "Sonnet", email = "luke.sonnet@gmail.com", role = c("aut")),
person("Neal", "Fultz", email = "nfultz@gmail.com", 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.4.0)
Imports:
Formula,
generics,
methods,
Rcpp (>= 0.12.16),
rlang (>= 0.2.0)
LinkingTo: Rcpp, RcppEigen
RoxygenNote: 6.1.1
LazyData: true
Suggests:
fabricatr (>= 0.4),
randomizr (>= 0.16),
AER,
car,
clubSandwich,
ivpack,
lfe,
margins,
prediction,
RcppEigen,
sandwich,
stargazer,
testthat
Enhances:
texreg