print.Cenarma {cents} | R Documentation |
print method for cenarma() function
## S3 method for class 'Cenarma' print(x, ...)
x |
cents object |
... |
options |
plot produced
set.seed(321) n <- 200 z <- arima.sim(model=list(ar=0.8), n) i <- sample(1:n, size=floor(0.25*n)) z[i] <- NA cenarma(y=z, p=1)