๐ multicate v1.0.0 Released! ๐
Weโre excited to announce the first official release of {multicate}
(v1.0.0)! ๐
The package provides functions for performing machine learning methods that estimate theconditional average treatment effect (CATE) by combining data from multiple studies. Additionalfunctions can be used to estimate prediction intervals for the CATE in a target sample based on the aforementioned models.
โจ What's New in v1.0.0?
This initial release includes:
- Core Functionality
estimate_cate()
estimates conditional average treatment effect (CATE) from multiple studies.summary.cate()
andplot.cate()
(S3) andplot_vteffect()
support custom summarization and visualizations.predict.cate()
(S3) generates prediction intervals for covariate profiles in target dataset based on CATE model.
- Built-in Dataset:
dummy_tbl
for easy testing and examples. - Comprehensive Documentation: Includes examples and function help files.
๐ง Installation
You can install {multicate}
using:
pak::pak("dobengjhu/multicate")
๐ข Try It Out!
Check out the README and examples to get started. Your feedback is welcomeโfeel free to open issues or contribute!
๐ View repo on GitHub ๐
Happy coding! ๐ฏ