estimatr_tidiers {estimatr} | R Documentation |
Tidy an estimatr object
## S3 method for class 'lm_robust' tidy(x, ...) ## S3 method for class 'iv_robust' tidy(x, ...) ## S3 method for class 'difference_in_means' tidy(x, ...) ## S3 method for class 'horvitz_thompson' tidy(x, ...) ## S3 method for class 'lh_robust' tidy(x, ...) ## S3 method for class 'lh' tidy(x, ...)
x |
An object returned by one of the estimators |
... |
extra arguments (not used) |
A data.frame with columns for coefficient names, estimates, standard errors, confidence intervals, p-values, degrees of freedom, and the name of the outcome variable
generics::tidy()
, estimatr::lm_robust()
, estimatr::iv_robust()
, estimatr::difference_in_means()
, estimatr::horvitz_thompson()