null_model: NULL model

View source: R/model_null.R

null_modelR Documentation

NULL model

Description

Create a NULL model definition. This model produces NA forecasts and does not require any estimation of the data. It is generally used as a placeholder for models which have encountered an error (see .safely in model()).

Usage

null_model(formula, ...)

is_null_model(x)

Arguments

formula

Model specification (response variable)

...

Unused

x

The object to be tested.


fabletools documentation built on Oct. 12, 2023, 1:07 a.m.