Function for Generating Summaries for Survival Analysis.
survival( data, elapsedtime, tint = FALSE, dxdate, fudate, explanatory, outcome, outcomeLevel, dod, dooc, awd, awod, analysistype = "overall", cutp = "12, 36, 60", timetypedata = "ymd", timetypeoutput = "months", uselandmark = FALSE, landmark = 3, pw = FALSE, padjustmethod = "holm", sc = FALSE, kmunicate = FALSE, ce = FALSE, ch = FALSE, endplot = 60, byplot = 12, multievent = FALSE, ci95 = FALSE, risktable = FALSE, censored = FALSE, sas = FALSE )
data | The data as a data frame. |
---|---|
elapsedtime | . |
tint | . |
dxdate | . |
fudate | . |
explanatory | . |
outcome | . |
outcomeLevel | . |
dod | . |
dooc | . |
awd | . |
awod | . |
analysistype | . |
cutp | . |
timetypedata | select the time type in data |
timetypeoutput | select the time type in output |
uselandmark | . |
landmark | . |
pw | . |
padjustmethod | . |
sc | . |
kmunicate | . |
ce | . |
ch | . |
endplot | . |
byplot | . |
multievent | . |
ci95 | . |
risktable | . |
censored | . |
sas | . |
A results object containing:
results$todo | a html | ||||
results$medianSummary | a preformatted | ||||
results$medianTable | a table | ||||
results$coxSummary | a preformatted | ||||
results$coxTable | a table | ||||
results$tCoxtext2 | a html | ||||
results$survTableSummary | a preformatted | ||||
results$survTable | a table | ||||
results$pairwiseSummary | a preformatted | ||||
results$pairwiseTable | a table | ||||
results$plot | an image | ||||
results$plot2 | an image | ||||
results$plot3 | an image | ||||
results$plot6 | an image | ||||
results$calculatedtime | an output | ||||
results$outcomeredifened | an output |
Tables can be converted to data frames with asDF
or as.data.frame
. For example:
results$medianTable$asDF
as.data.frame(results$medianTable)
# example will be added