Nothing
#' 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"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.