SurvDS | R Documentation |
returns a summary of the Cox proportional hazards from the server side environment.
SurvDS(time = NULL, time2 = NULL, event = NULL, type = NULL, origin = NULL)
time |
name of start time or follow-up time parameter to be passed to Surv(). Should be a character string. |
time2 |
name of stop time parameter to be passed to Surv(). Should be a character string. |
event |
name of event parameter to be passed to Surv() Should be character string. |
type |
character string specifying the type of censoring. Possible values are "right", "left", "counting", "interval", "interval2", or "mstate" |
origin |
numeric, used for counting process data and is the hazard function origin. The origin parameter is used with time-dependent strata in order to align the subjects properly when they cross over from one strata to another. This parameter has rarely proven useful. |
Serverside assign function SurvDS called by clientside function. ds.Surv. returns a Survival object for use in Cox proportional hazards from the server side environment from the server side environment. This request is not disclosive as it only returns a string. For further details see help for ds.Surv function.
a survival::Surv() object from the server side environment.
Soumya Banerjee and Tom Bishop (2021).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.