Nothing
#' data_simu1 dataset
#'
#' Simulated dataset 1 with continuous outcome
#'
#' @format Longitudinal dataset with 1200 rows and 13 columns for 200 subjects
#' \describe{
#' \item{id}{Subject identifier}
#' \item{time}{Time measurement}
#' \item{cont_covar1}{Continuous time-fixed predictor 1}
#' \item{cont_covar2}{Continuous time-fixed predictor 2}
#' \item{bin_covar1}{Binary time-fixed predictor 1}
#' \item{bin_covar2}{Binary time-fixed predictor 2}
#' \item{marker1}{Continuous time-dependent predictor 1}
#' \item{marker2}{Continuous time-dependent predictor 2}
#' \item{marker3}{Continuous time-dependent predictor 3}
#' \item{marker4}{Continuous time-dependent predictor 4}
#' \item{marker5}{Continuous time-dependent predictor 5}
#' \item{marker6}{Continuous time-dependent predictor 6}
#' \item{Y_res}{Continuous outcome}
#' }
#' @docType data
#' @name data_simu1
#'
#' @examples
#' data(data_simu1)
NULL
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.