summary.PTS {UComp} | R 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)
[Package UComp version 5.0.4 Index]