tidy_ate {tidytreatment} | R Documentation |
Get average treatment effect draws from posterior
Description
ATE = Average Treatment Effects Assumes treated column is either a integer column of 1's (treated) and 0's (nontreated) or logical indicating treatment if TRUE.
Usage
tidy_ate(model, treatment, common_support_method, cutoff, ...)
Arguments
model |
A supported Bayesian model fit that can provide fits and predictions. |
treatment |
A character string specifying the name of the treatment variable. |
common_support_method |
Either "sd", or "chisq". Default is unspecified, and no common support calculation is done. |
cutoff |
Cutoff for common support (if in use). |
... |
Arguments to be passed to |
Value
A tidy data frame (tibble) with treatment effect values.
[Package tidytreatment version 0.2.2 Index]