| get_model_xlevels | R Documentation |
Extracts factor level information from fitted model objects. Handles both S3 models (glm, lm, coxph) via xlevels slot and S4 models (lme4) via the model frame.
get_model_xlevels(model)
model |
Fitted model object (S3 or S4). |
Named list of factor levels, or NULL if no factors present.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.