Package: estimatr
Type: Package
Title: Fast Estimators for Design-Based Inference
Version: 0.4.0
Date: 2018-02-15
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")),
             person("The R Core Team", role = c("ctb", "cph"), comment = "For na.omit used in na.omit_detailed.data.frame"))
Description: Fast procedures for small set of commonly-used, design-appropriate estimators with robust standard errors and confidence intervals. Includes estimators for linear regression, regression improving precision of experimental estimates by interacting treatment with centered pre-treatment covariates introduced by Lin (2013) <doi:10.1214/12-AOAS583>, difference-in-means, and Horvitz-Thompson estimation.
URL: http://estimatr.declaredesign.org,
        https://github.com/DeclareDesign/estimatr
BugReports: https://github.com/DeclareDesign/estimatr/issues
License: MIT + file LICENSE
Depends: R (>= 3.3.0)
Imports: Rcpp (>= 0.12.10), methods
LinkingTo: Rcpp, RcppEigen
RoxygenNote: 6.0.1
LazyData: true
Suggests: testthat, sandwich, RcppEigen, fabricatr, randomizr (>= 0.8),
        margins, prediction
Enhances: broom, texreg
NeedsCompilation: yes
Packaged: 2018-02-15 21:24:00 UTC; luke
Author: Graeme Blair [aut, cre],
  Jasper Cooper [aut],
  Alexander Coppock [aut],
  Macartan Humphreys [aut],
  Luke Sonnet [aut],
  Neal Fultz [ctb],
  The R Core Team [ctb, cph] (For na.omit used in
    na.omit_detailed.data.frame)
Maintainer: Graeme Blair <graeme.blair@ucla.edu>
Repository: CRAN
Date/Publication: 2018-02-15 22:38:39 UTC
