sanity_model_specific.betareg | R Documentation |
Method to raise model-specific warnings and errors
## S3 method for class 'betareg' sanity_model_specific(model, ...) sanity_model_specific(model, calling_function = "marginaleffects", ...) ## Default S3 method: sanity_model_specific( model, vcov = NULL, calling_function = "marginaleffects", ... ) ## S3 method for class 'brmsfit' sanity_model_specific(model, ...) ## S3 method for class 'glmmTMB' sanity_model_specific( model, vcov = NULL, calling_function = "marginaleffects", ... ) ## S3 method for class 'mblogit' sanity_model_specific(model, calling_function = "marginaleffects", ...) ## S3 method for class 'mlogit' sanity_model_specific(model, newdata, ...) ## S3 method for class 'clm' sanity_model_specific(model, ...) ## S3 method for class 'plm' sanity_model_specific(model, ...) ## S3 method for class 'plm' sanity_model_specific(model, ...) ## S3 method for class 'rqs' sanity_model_specific(model, ...)
model |
Model object |
... |
Additional arguments are passed to the |
vcov |
Type of uncertainty estimates to report (e.g., for robust standard errors). Acceptable values:
|
newdata |
|
A warning, an error, or nothing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.