Description Usage Arguments Value See Also Examples
Get time values for given columns in a clinical dataset
1 2 3 4 5 6 7 | getAttributesTime(
clinical,
event,
timeStart,
timeStop = NULL,
followup = "days_to_last_followup"
)
|
clinical |
Data frame: clinical data |
event |
Character: name of column containing time of the event of interest |
timeStart |
Character: name of column containing starting time of the interval or follow up time |
timeStop |
Character: name of column containing ending time of the interval (only relevant for interval censoring) |
followup |
Character: name of column containing follow up time |
Data frame containing the time for the given columns
Other functions to analyse survival:
assignValuePerSubject()
,
labelBasedOnCutoff()
,
optimalSurvivalCutoff()
,
plotSurvivalCurves()
,
plotSurvivalPvaluesByCutoff()
,
processSurvTerms()
,
survdiffTerms()
,
survfit.survTerms()
,
testSurvival()
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.