timerocModule | R Documentation |
shiny module server for time-dependent roc analysis
shiny module server for time-dependent roc analysis- input number of model as integer
timerocModule(
input,
output,
session,
data,
data_label,
data_varStruct = NULL,
nfactor.limit = 10,
design.survey = NULL,
id.cluster = NULL,
iid = TRUE,
NRIIDI = TRUE
)
timerocModule2(
input,
output,
session,
data,
data_label,
data_varStruct = NULL,
nfactor.limit = 10,
design.survey = NULL,
id.cluster = NULL,
iid = T,
NRIIDI = T
)
input |
input |
output |
output |
session |
session |
data |
Reactive data |
data_label |
Reactuve data label |
data_varStruct |
Reactive List of variable structure, Default: NULL |
nfactor.limit |
nlevels limit in factor variable, Default: 10 |
design.survey |
Reactive survey data. default: NULL |
id.cluster |
Reactive cluster variable if marginal model, Default: NULL |
iid |
logical, get CI of AUC, Default: T |
NRIIDI |
logical, get NRI & IDI, Default: T |
shiny module server for time-dependent roc analysis
shiny module server for time dependent roc analysis- input number of model as integer
shiny module server for time-dependent roc analysis
shiny module server for time dependent roc analysis- input number of model as integer
quantile
setkey
data.table
rbindlist
quantile
setkey
data.table
rbindlist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.