stats | R Documentation |
The stats
function calculates models statistics. Read more auc
stats(modelA, modelB = NULL)
modelA |
Model generated by model function |
modelB |
Model generated by model function |
modified model list contains additional statistics
model_data <- data.frame(a = c(1,2,3,4,5,6),
b = c(1,2,3,4,5,6),
s = c(1,2,3,4,5,6))
model_data <- prodata(model_data, status_colname = "s")
config <- config(formula = "a ~ b + s")
model <- model(model_data, config)
stats(model)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.