R/Longsim.R

#' Simulated multivariate longitudinal dataset
#'
#'  A simulated dataset used to illustrate some models (e.g., example of joint() function in the documentation). The corresponding survival dataset is named 'Survsim'.
#'
#' @format ## `Longsim`
#' A data frame with 96 rows and 7 columns:
#' \describe{
#'   \item{Id}{Individual id}
#'   \item{time}{Visit times}
#'   \item{ctsX}{Continuous covariate}
#'   \item{binX}{Binary covariate}
#'   \item{Y1, Y2, Y3}{Gaussian Longitudinal outcomes}
#'   ...
#' }
"Longsim"

Try the INLAjoint package in your browser

Any scripts or data that you put into this service are public.

INLAjoint documentation built on June 22, 2024, 11:33 a.m.