create a R6 class for survival nomogram analysis
new()survNomogram$new(
time,
event,
TimeInterval = c(12, 24, 36),
funLabel = c("1-Years Survival Probability", "2-Years Survival Probability",
"3-Years Survival Probability")
)run()survNomogram$run(dt, restep = F)
figure()survNomogram$figure(dt, outName)
predict()survNomogram$predict(dt)
clone()The objects of this class are cloneable with this method.
survNomogram$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.