is.ets {forecast}R Documentation

Is an object a particular model type?

Description

Returns true if the model object is of a particular type

Usage

is.ets(x)
is.acf(x)
is.Arima(x)
is.bats(x)
is.Arima(x)
is.bats(x)
is.ets(x)
is.nnetar(x)
is.nnetarmodels(x)
is.baggedETS(x)
is.stlm(x)

Arguments

x

object to be tested


[Package forecast version 8.0 Index]