View source: R/logistic_models_val.R
| logistic_models_val | R Documentation | 
Validation of logistic regression results of multiple models
logistic_models_val(
  data,
  outcome,
  models,
  n.aic = 10,
  n.bic = 10,
  fold = 10,
  repeats = 100,
  boot.repeat = 1000
)
| data | a dataframe to be used | 
| outcome | binary outcome variable | 
| models | logistic regression models | 
| n.aic | number of the combination to be showed (arranged by AIC values) | 
| n.bic | number of the combination to be showed (arranged by BIC values) | 
| fold | cross-validation fold number | 
| repeats | cross-validation repeat number | 
| boot.repeat | boot-strap repeat number | 
data.frame object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.