Description Usage Arguments Value Examples
Allows access to the analyse_survival
result object.
1 | pluck_survival_analysis(result, term)
|
result |
An object of class SurvivalAnalysisUnivariateResult
as returned by |
term |
The item to be retrieved:
|
object as specified by term
, or NULL if not contained in result
1 2 3 4 5 6 | library(magrittr)
library(dplyr)
survival::aml %>%
analyse_survival(vars(time, status), x) %>%
pluck_survival_analysis("p") %>%
print
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.