| detect_model_type | R Documentation |
Determines whether a model contains one predictor (univariable) or multiple predictors (multivariable) by analyzing coefficient names and factor structure. Handles interactions and random effects appropriately.
detect_model_type(model)
model |
Fitted model object. |
Character string: "Univariable" or "Multivariable".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.