Description Usage Arguments Value Examples
Executes clogit {survival} on the remote nodes
1 |
... |
arguments to be sent to clogit. Note, the data argument must be a character, the name of the input dataframe. |
async |
same as in datashield.assign |
wait |
same as in datashield.assign |
datasources |
same as in datashield.assign |
A stripped down clogit model (without the call and the residuals)
1 2 3 4 5 6 | # open a local pseudo connection:
opals <- dssCreatePseudoServers(servers = 1, tie_first_to_GlobalEnv = 1)
# load the infert dataset
datashield.aggregate(opals[1], as.symbol('partialData("infert")'))
clogit.model <- dssClogit(formula = case ~ spontaneous + induced + stratum, data='infert', datasources = opals[1])
summary(clogit.model$local1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.