R/cachexia1.R

#' cachexia Bayesian Networks
#'
#' Model-preserving sensitivity analysis for families of Gaussian distributions.
#'
#' @usage NULL
#'
#' @format
#' A Gaussian Bayesian networks comparing the dependence of metabolomics for people who suffer of Cachexia. The Bayesian network is learned as in the referenced paper. The vertices are:
#' \describe{
#'   \item{A}{Adipate;}
#'   \item{B}{Betaine;}
#'   \item{F}{Fumarate;}
#'   \item{GC}{Glucose;}
#'   \item{GM}{Glutamine;}
#'   \item{V}{Valine;}
#' }
#'
#' @return An object of class \code{bn.fit}. Refer to the documentation of \code{bnlearn} for details.
#' @keywords GBN
#' @importClassesFrom bnlearn bn.fit
#' @references Gorgen, C., & Leonelli, M. (2020). Model-preserving sensitivity analysis for families of Gaussian distributions. Journal of Machine Learning Research, 21(84), 1-32.
"cachexia1"

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.