Average treatment effect in a baggr model
Average treatment effect in a baggr model
treatment_effect(bg, summary = FALSE, transform = NULL, interval = 0.95)
bg |
a baggr model |
summary |
logical; if TRUE returns summary statistics as explained below. |
transform |
a transformation to apply to the result, should be an R function;
(this is commonly used when calling |
interval |
uncertainty interval width (numeric between 0 and 1), if summarising |
A list with 2 vectors (corresponding to MCMC samples)
tau (mean effect) and sigma_tau (SD). If summary=TRUE,
both vectors are summarised as mean and lower/upper bounds according to
interval
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.