View source: R/plotsurvfitDS.R
plotsurvfitDS | R Documentation |
returns a privacy preserving survival curve.
plotsurvfitDS(formula = NULL, dataName = NULL)
formula |
a character string which has the name of server-side survfit() object. This should be created using a call to ds.survfit() |
dataName |
character string of name of data frame |
Serverside aggregate function plotsurvfitDS called by clientside function. ds.plotsurvfit. returns a privacy preserving survival curve from the server side environment. This request is not disclosive as it is randomized. For further details see help for ds.plotsurvfit function.
a privacy preserving survival curve from the server side environment.
Soumya Banerjee, Demetris Avraam, Paul Burton and Tom RP Bishop (2022).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.