testSurvivalCutoff | R Documentation |
Test the survival difference between two survival groups given a cutoff
testSurvivalCutoff(
cutoff,
data,
filter = TRUE,
clinical,
...,
session = NULL,
survivalInfo = FALSE
)
cutoff |
Numeric: Cutoff of interest |
data |
Numeric: elements of interest to test against the cutoff |
filter |
Boolean or numeric: elements to use (all are used by default) |
clinical |
Data frame: clinical data |
... |
Arguments passed on to
|
session |
Shiny session |
survivalInfo |
Boolean: return extra survival information |
p-value of the survival difference
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.