View source: R/relweights_helpers.R
fit_null_model | R Documentation |
Fits a null model (model without any explanatory variables).
fit_null_model(object, ...)
## S3 method for class 'glm'
fit_null_model(object, ...)
## S3 method for class 'gam'
fit_null_model(object, ...)
## S3 method for class 'gamlss'
fit_null_model(object, ...)
object |
Model object, one of the ones supported in scam |
... |
Other arguments |
a fitted model object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.