coxphSummaryDS: Returns the summary of a Cox proportional hazards model that...

View source: R/coxphSummaryDS.R

coxphSummaryDSR Documentation

Returns the summary of a Cox proportional hazards model that has been fit and saved serverside.

Description

This function returns the summary of a Cox proportional hazards that has been fit and saved on the server side environment.

Usage

coxphSummaryDS(x = NULL)

Arguments

x

character string specifying name of fit Cox proportional hazards model saved in the server-side.

Details

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.

Value

summary of the Cox proportional hazards from the server side environment.

Author(s)

Soumya Banerjee and Tom R. P. Bishop (2020).


neelsoumya/dsSurvival documentation built on July 1, 2023, 10:31 p.m.