fit_null_model: Null model fitter

View source: R/relweights_helpers.R

fit_null_modelR Documentation

Null model fitter

Description

Fits a null model (model without any explanatory variables).

Usage

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, ...)

Arguments

object

Model object, one of the ones supported in scam

...

Other arguments

Value

a fitted model object


Stan125/vibe documentation built on June 6, 2024, 11:36 a.m.