summary.pred: Generic function

Description Usage Arguments Examples

Description

Summary of object pred

Usage

1
2
## S3 method for class 'pred'
summary(object, ...)

Arguments

object

prep object

...

ignored

Examples

1

Example output

Predicted time serie object

~Original time serie:
 Time-Series [1:143] from 1949 to 1961: 0.0522 0.1121 -0.023 -0.064 0.1095 ...

~Predictions (n= 20 ):
 Time-Series [1:20] from 1961 to 1963: 0.139 0.06521 0.09671 -0.00118 -0.00888 ...

predtoolsTS documentation built on May 2, 2019, 5:54 a.m.