#' @examples
#' # Set up newly-diagnosed multiple myeloma network
#'
#' head(ndmm_ipd)
#' head(ndmm_agd)
#'
#' ndmm_net <- combine_network(
#' set_ipd(ndmm_ipd,
#' study, trt,
#' Surv = Surv(eventtime / 12, status)),
#' set_agd_surv(ndmm_agd,
#' study, trt,
#' Surv = Surv(eventtime / 12, status),
#' covariates = ndmm_agd_covs))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.