View source: R/average-treatment-effects-posterior.R
| tidy_att | R Documentation | 
ATT = average Treatment Effects on Treated Assumes treated column is either a integer column of 1's (treated) and 0's (nontreated) or logical indicating treatment if TRUE.
tidy_att(model, treatment, common_support_method, cutoff, ...)
| 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  | 
A tidy data frame (tibble) with treatment effect values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.