print.Cenarma: Plot method for "cents" object

Description Usage Arguments Value See Also Examples

View source: R/print.Cenarma.R

Description

print method for cenarma() function

Usage

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

Arguments

x

cents object

...

options

Value

plot produced

See Also

rcarma, summary

Examples

1
2
3
4
5
6
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)

cents documentation built on May 1, 2019, 8:19 p.m.

Related to print.Cenarma in cents...