| extract_model_metrics | R Documentation |
Extracts quality control metrics from fitted models for comparison. Supports GLM, Cox, linear, and mixed-effects models.
extract_model_metrics(model, raw_data, model_type)
model |
Fitted model object. |
raw_data |
Data.table with raw model information. |
model_type |
Character string indicating model type. |
Named list of metrics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.