print.ssa: Singular Spectrum Analysis

Description Usage Arguments Value Examples

View source: R/print.ssa.R

Description

Given an object of class ssa, the print function prints to the command line in descending order the standard deviations accounted for by each principal component.

Usage

1
2
## S3 method for class 'ssa'
print(ssa)

Arguments

ssa

an object of class ssa

Value

None

Examples

1
2
obj=ssa(co2,18)
print(obj)

jeffniv/math5973NivProj2 documentation built on April 30, 2020, 8:11 p.m.