======= %\VignetteEncoding{UTF-8}
knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(trajpkg) library(lcmm)
We will be using data from the lcmm package for this vignette
data <- lcmm::data_hlme head(data)
Create Quadratic Time Variable
data$Time2 <- data$Time * data$Time
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.