coef.arima.rob {robustarima} | R Documentation |
Use coef on an arima.rob Object
Description
This is a method for the function
coef()
for objects inheriting from
class "arima.rob"
.
See coef
or
coef.default
for the general behavior of this
function and for the interpretation of object.
Usage
## S3 method for class 'arima.rob'
coef(object, ...)
Arguments
object |
an object of class |
... |
extra arguments passed to or from other methods. The coef method here ignore these arguments. |
Value
a named vector of the model coefficients.
[Package robustarima version 0.2.7 Index]