Causalwiz
r-project
causal inference
Tools for Causal Inference Analysis and Visualization

causalwiz is an R package for causal inference analysis. It provides functions for estimating treatment effects using various statistical methods, features built-in plotting functions an utilities designed for causal inference workflows in R.
The package is accompanied by a series of Italian-language articles, covering theoretical foundations of causal inference and the practical implementation of methods in causalwiz. Web-based package documentation is also available.
Installation
You can install the package via Github repository:
# install.packages("pak")
pak::pak("carminemnc/causalwiz")