View source: R/coxphSummaryDS.R
coxphSummaryDS | R Documentation |
This function returns the summary of a Cox proportional hazards that has been fit and saved on the server side environment.
coxphSummaryDS(x = NULL)
x |
character string specifying name of fit Cox proportional hazards model saved in the server-side. |
Serverside aggregate function coxphSummaryDS called by clientside function. ds.coxphSummary. returns the summary from a Cox proportional hazards model. This request is not disclosive as it only returns summary statistics. For further details see help for ds.coxphSummary function.
summary of the Cox proportional hazards from the server side environment.
Soumya Banerjee and Tom R. P. Bishop (2020).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.