foreca-utils {ForeCA} | R Documentation |
Plot, summary, and print methods for class 'foreca'
Description
A collection of S3 methods for estimated ForeCA results
(class "foreca"
).
summary.foreca
computes summary statistics.
print.foreca
prints a human-readable summary in the console.
biplot.foreca
shows a biplot of the ForeCA loadings
(wrapper around biplot.princomp
).
plot.foreca
shows biplots, screeplots, and white noise tests.
Usage
## S3 method for class 'foreca'
summary(object, lag = 10, alpha = 0.05, ...)
## S3 method for class 'foreca'
print(x, ...)
## S3 method for class 'foreca'
biplot(x, ...)
## S3 method for class 'foreca'
plot(x, lag = 10, alpha = 0.05, ...)
Arguments
lag |
integer; how many lags to test in |
alpha |
significance level for testing white noise in
|
... |
additional arguments passed to
|
x , object |
an object of class |
Examples
# see examples in 'foreca'
[Package ForeCA version 0.2.7 Index]