Nothing
#' Simulated dataset with two types of multi-type recurrent events
#'
#' A dataset containing 1403 rows and 5 variables. Each row represents an
#' interval, with individuals having one or more intervals.
#'
#' @format A data frame with 1403 rows and 8 variables:
#' \describe{
#' \item{id}{integer, a unique participant id}
#' \item{age}{integer, age of the participant in years}
#' \item{male}{integer, 1 if the participant is male, 0 if female}
#' \item{bmi}{numeric, body mass index}
#' \item{tstart}{numeric, the start time for the interval}
#' \item{tstop}{numeric, the stop time for the interval}
#' \item{event}{character, the event that occurred at the end of the interval.
#' this is either the event type ('afib' or 'hf') or an
#' empty string if no event occurred}
#' }
"multiRecCVD2"
#' Simulated dataset with four types of multi-type recurrent events
#'
#' A dataset containing 3119 rows and 5 variables. Each row represents an
#' interval, with individuals having one or more intervals.
#'
#' @format A data frame with 1403 rows and 8 variables:
#' \describe{
#' \item{id}{integer, a unique participant id}
#' \item{age}{integer, age of the participant in years}
#' \item{male}{integer, 1 if the participant is male, 0 if female}
#' \item{bmi}{numeric, body mass index}
#' \item{tstart}{numeric, the start time for the interval}
#' \item{tstop}{numeric, the stop time for the interval}
#' \item{event}{character, the event that occurred at the end of the interval.
#' this is either the event type ('afib', 'stroke', 'hf' or 'death') or an
#' empty string if no event occurred}
#' }
"multiRecCVD4"
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.