sanitize_model | R Documentation |
Performs checks on a GLM model object to ensure it meets specific criteria
required for further analysis using other functions from the beeca
package.
This includes verifying the model's family, link function, data completeness and mode convergence.
Currently it supports models with a binomial family and canonical logit link.
sanitize_model(model, ...)
model |
a model object, currently only glm with binomial family canonical link is supported. |
... |
arguments passed to or from other methods. |
if model is non-compliant will throw warnings or errors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.