Learn R Programming

cents (version 0.1-41)

print.Cenarma: Plot method for "cents" object

Description

print method for cenarma() function

Usage

"print"(x, ...)

Arguments

x
cents object
...
options

Value

plot produced

See Also

rcarma, summary

Examples

Run this code
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)

Run the code above in your browser using DataLab