#' A simulated data from the Emission example
#'
#' Simulated data from the Emission example (also known as the Waste Incinerator example)
#'
#' @format The data set \code{emission1000} contains two objects:
#' \describe{
#' \item{\code{data}}{a \code{data.frame} object of 1000 observations and 3 discrete variables and 6 continuous variables.}
#' \item{\code{dag}}{a \code{graphNEL} object specifying the network structure.}
#' }
#'
#' @usage data(emission1000)
#' @name emission1000
#' @docType data
#'
#' @references Lauritzen, S. L., & Jensen, F. (2001).
#' Stable local computation with conditional Gaussian distributions. Statistics and Computing, 11(2), 191-203.
#'
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.