summary.cents {cents}R Documentation

Summary method for 'cents'

Description

The summary indicates the number of observed time series values in each of the classes: "o", "L", "R", or NA.

Usage

## S3 method for class 'cents'
summary(object, ...)

Arguments

object

cents object that is produced by rcarma()

...

additional paramaters (ignored)

See Also

rcarma

Examples

out <- rcarma()
plot(out)

[Package cents version 0.1-41 Index]