estimatr (version 0.20.0)

estimatr_tidiers: Tidy an estimatr object

Description

Tidy an estimatr object

Usage

# S3 method for lm_robust
tidy(x, ...)

# S3 method for iv_robust tidy(x, ...)

# S3 method for difference_in_means tidy(x, ...)

# S3 method for horvitz_thompson tidy(x, ...)

# S3 method for lh_robust tidy(x, ...)

# S3 method for lh tidy(x, ...)

Arguments

x

An object returned by one of the estimators

...

extra arguments (not used)

Value

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

See Also

generics::tidy(), estimatr::lm_robust(), estimatr::iv_robust(), estimatr::difference_in_means(), estimatr::horvitz_thompson()