View source: R/ctDeintervalise.R
ctDeintervalise | R Documentation |
Converts intervals in ctsem long format data to absolute time
ctDeintervalise(datalong, id = "id", dT = "dT", startoffset = 0)
datalong |
data to use, in ctsem long format (attained via function ctWideToLong) |
id |
character string denoting column of data containing numeric identifier for each subject. |
dT |
character string denoting column of data containing time interval preceding observations in that row. |
startoffset |
Number of units of time to offset by when converting. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.