Description Usage Arguments Value Examples
View source: R/multisurvival.h.R
Function for Multivariate Survival Analysis using Cox-regression.
1 2 3 4 5 6 7 8 9 | multisurvival(
data,
explanatory,
outcome,
overalltime,
sty = "t1",
ac = FALSE,
adjexplanatory
)
|
data |
The data as a data frame. |
explanatory |
. |
outcome |
. |
overalltime |
. |
sty |
. |
ac |
. |
adjexplanatory |
. |
A results object containing:
results$todo | a html | ||||
results$text | a html | ||||
results$plot | an image | ||||
results$plot3 | an image | ||||
results$plot4 | an image | ||||
1 2 3 4 | ## Not run:
# example will be added
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.