print.Cenarma {cents}R Documentation

Plot method for "cents" object

Description

print method for cenarma() function

Usage

## S3 method for class 'Cenarma'
print(x, ...)

Arguments

x

cents object

...

options

Value

plot produced

See Also

rcarma, summary

Examples

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)

[Package cents version 0.1-41 Index]