To explore all my software and the code associated with my papers, visit my GitHub page.
The `stagedtrees` package implements staged event trees, a class of probability models for categorical random variables. It allows for the estimation and analysis of staged event trees from data, offering functions to compute probabilities and make predictions.
# Install stable version from CRAN:
install.packages("stagedtrees")
# Or the development version from GitHub:
remotes::install_github("stagedtrees/stagedtrees")
The `bnmonitor` package allows for sensitivity and robustness analysis in Bayesian networks. It provides tools to perform various checks and monitors on Bayesian network models.
# Install stable version from CRAN:
install.packages("bnmonitor")
# Or the development version from GitHub:
remotes::install_github("manueleleonelli/bnmonitor")
`bnRep` is an open-source R package offering a comprehensive collection of documented BNs, facilitating benchmarking, replicability, and education. With over 200 networks from academic publications, `bnRep` integrates seamlessly with bnlearn and other R packages, providing users with interactive tools for network exploration.
# Install stable version from CRAN:
install.packages("bnRep")
# Or the development version from GitHub:
remotes::install_github("manueleleonelli/bnRep")
The `extrememix` package implements Bayesian estimation of extreme value mixture models, estimating the threshold over which a Generalized Pareto distribution can be assumed as well as high quantiles and other measures of interest in extreme value theory.
# Install stable version from CRAN:
install.packages("extrememix")
# Development version from GitHub:
remotes::install_github("manueleleonelli/extrememix")