Learn R Programming

UComp (version 4.0.1)

summary.PTS: summary.PTS

Description

Prints an PTS object on screen

Usage

# S3 method for PTS
summary(object, ...)

Arguments

object

Object of class “PTS”.

...

Additional inputs to function.

Author

Diego J. Pedregal

Details

See help of PTS.

See Also

PTS, PTSmodel, PTSvalidate, PTScomponents, PTSestim

Examples

Run this code
if (FALSE) {
m1 <- PTSmodel(log(AirPassengers))
summary(m1)
}

Run the code above in your browser using DataLab