The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
tidytreatment
is an R
package that provides
functions for extracting tidy data from Bayesian treatment effect
models, estimating treatment effects, and plotting useful summaries of
these. This package closely follows the output style from the tidybayes R
package in order to use some functions provided by
tidybayes
.
The package currently supports the following models:
in addition to models supported by tidybayes.
See this HTML
vignette or vignette("use-tidytreatment-BART")
for
examples of usage.
Install the release version from CRAN with
install.packages("tidytreament")
.
To install the latest development version:
R
make sure remotes
is installed.
Install with install.packages("remotes")
.
remotes::install_github("bonStats/tidytreatment")
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.