Thanks to visit codestin.com
Credit goes to github.com

Skip to content

❗ This is a read-only mirror of the CRAN R package repository. tidytreatment — Tidy Methods for Bayesian Treatment Effect Models. Homepage: https://github.com/bonStats/tidytreatment Report bugs for this package: https://github.com/bonStats/tidytreatment/issues

License

Notifications You must be signed in to change notification settings

cran/tidytreatment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tidy methods for Bayesian treatment effect models

R-CMD-check CRAN status CRAN downloads

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:

  • BART: see CRAN
  • bartMachine: see CRAN.
  • bcf: see CRAN (in development, see branch bcf-hold on github)

in addition to models supported by tidybayes.

See this HTML vignette or vignette("use-tidytreatment-BART") for examples of usage.

How to install

CRAN

Install the release version from CRAN with install.packages("tidytreament").

Github

To install the latest development version:

  1. Make sure at least one of the above model fitting packages is installed.
  2. In R make sure remotes is installed. Install with install.packages("remotes").
  3. Run remotes::install_github("bonStats/tidytreatment")

About

❗ This is a read-only mirror of the CRAN R package repository. tidytreatment — Tidy Methods for Bayesian Treatment Effect Models. Homepage: https://github.com/bonStats/tidytreatment Report bugs for this package: https://github.com/bonStats/tidytreatment/issues

Resources

License

Stars

Watchers

Forks

Packages

No packages published