| foreca-utils | R Documentation |
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.
## 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, ...)
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 |
# see examples in 'foreca'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.