is.acf
From forecast v8.9
by Rob Hyndman
Is an object a particular model type?
Returns true if the model object is of a particular type
Usage
is.acf(x)is.Arima(x)
is.baggedModel(x)
is.bats(x)
is.ets(x)
is.modelAR(x)
is.stlm(x)
is.nnetar(x)
is.nnetarmodels(x)
Arguments
- x
object to be tested
Community examples
Looks like there are no examples yet.