summary.PTS: summary.PTS

View source: R/PTSS3functions.R

summary.PTSR Documentation

summary.PTS

Description

Prints an PTS object on screen

Usage

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

Arguments

object

Object of class “PTS”.

...

Additional inputs to function.

Details

See help of PTS.

Author(s)

Diego J. Pedregal

See Also

PTS, PTSmodel, PTSvalidate, PTScomponents, PTSestim

Examples

## Not run: 
m1 <- PTSmodel(log(AirPassengers))
summary(m1)

## End(Not run)

UComp documentation built on May 31, 2023, 7:41 p.m.

Related to summary.PTS in UComp...