R/medicaltest.R

#' medicaltest Bayesian Network
#'
#' Global sensitivity analysis of uncertain parameters in Bayesian networks.
#'
#' @usage NULL
#'
#' @format
#' A discrete Bayesian network representing a synthethic example of two medical tests. Probabilities were given within the referenced paper. The vertices are:
#' \describe{
#'   \item{Test1}{(no, yes);}
#'   \item{Test2}{(no, yes);}
#'   \item{Disease}{(no, yes);}
#' }
#'
#' @return An object of class \code{bn.fit}. Refer to the documentation of \code{bnlearn} for details.
#' @keywords ReverseNaiveBayes
#' @importClassesFrom bnlearn bn.fit
#' @references Ballester-Ripoll, R., & Leonelli, M. (2024). Global Sensitivity Analysis of Uncertain Parameters in Bayesian Networks. arXiv preprint arXiv:2406.05764.
"medicaltest"

Try the bnRep package in your browser

Any scripts or data that you put into this service are public.

bnRep documentation built on April 12, 2025, 1:13 a.m.