Nothing
#' @title Data for Examples (Continuous Mediator)
#'
#' @description Simulated data set containing 1000 observations on 5 measured variables with no missing values.
#' The first three variables are the binary exposure, the continuous mediator and the binary outcome,
#' respectively, while the last two variables are the potential adjustment covariates (one binary and one continuous).
#'
#' @docType data
#'
#' @usage data(datamed_c)
#'
#' @format A data frame with 1000 rows and 5 variables:
#' \describe{
#' \item{X}{exposure, binary variable}
#' \item{M}{mediator, continuous variable}
#' \item{Y}{outcome, binary variable}
#' \item{C1}{first covariate, binary variable}
#' \item{C2}{second covariate, continuous variable}
#' }
#' @keywords datasets
"datamed_c"
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.