Description Usage Arguments Value Examples
Allows access to the analyse_multivariate
result object.
1 | pluck_multivariate_analysis(result, term)
|
result |
An object of class SurvivalAnalysisMultivariateResult
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 7 | library(magrittr)
library(dplyr)
survival::colon %>%
analyse_multivariate(vars(time, status),
vars(rx, sex, age, obstruct, perfor, nodes, differ, extent)) %>%
pluck_multivariate_analysis("p")
print
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.