vcovDS.coxph | R Documentation |
returns a variance-covariance matrix of Cox Proportional Hazard model from the server side environment.
vcovDS.coxph(object = NULL)
object |
name of server-side coxph object. |
Serverside aggregate function vcovDS.coxph called by clientside function ds.vcov.coxph. returns a list which contains a variance-covariance matrix for a Cox model. This request is not disclosive, because the disclosure checks should be performed in the main function for building the Cox model (e.g. checking for over saturation). For further details see help for the native vcov function.
a variance-covariance matrix.
Soumya Banerjee and Tom Bishop (2022).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.