estimatr_tidiers {estimatr}R Documentation

Tidy an estimatr object

Description

Tidy an estimatr object

Usage

## 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, ...)

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()


[Package estimatr version 0.20.0 Index]