R/covidrisk.R

#' covidrisk Bayesian Network
#'
#'  Highly efficient structural learning of sparse staged trees.
#'
#' @usage NULL
#'
#' @format
#' A discrete Bayesian network to to investigate how various country risks and risks associated to the COVID-19 epidemics relate to each other. The Bayesian network is learned as in the referenced paper. The vertices are:
#' \describe{
#'   \item{HAZARD}{(low, high);}
#'   \item{VULNERABILITY}{(low, high);}
#'   \item{COPING}{(low, high);}
#'   \item{RISK}{(low, high);}
#'   \item{ECONOMIC}{(low, high);}
#'   \item{BUSINESS}{(low, high);}
#'   \item{POLITICAL}{(low, high);}
#'   \item{COMMERCIAL}{(low, high);}
#'   \item{FINANCING}{(low, high);}
#' }
#'
#' @return An object of class \code{bn.fit}. Refer to the documentation of \code{bnlearn} for details.
#' @keywords NULL
#' @importClassesFrom bnlearn bn.fit
#' @references Leonelli, M., & Varando, G. (2022, September). Highly efficient structural learning of sparse staged trees. In International Conference on Probabilistic Graphical Models (pp. 193-204). PMLR.
"covidrisk"

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.