| plot.fit.ts.emp {heR.Misc} | R Documentation |
Function to plot a fit.ts.empirical
object, x, consisting of the observed data, the model,
the residuals (on a separate plot), and the autocorrelation
function of the residuals (also a separate plot).
plot.fit.ts.emp (x,
main="Empirical Fit to an Observed Time Series",
na.action=na.contiguous)
x |
a fit.ts.empirical object |
main |
the title of the plot |
na.action |
the method used to remove NA values |
This functions depends on the ts package.
It's redundant to have fit.ts.empirical output the residuals, since
they can be determined from the observed time series and
the model parameters.
Invoked for the side effect of creating a plot
Neil E. Klepeis
neil AT exposurescience DOT org
http://klepeis.net