Model Diagnostics page after model fitting page
Opened this issue · 1 comments
NoonanM commented
After the model fitting step it would be useful to have a model diagnostic page that use the residuals() and correlogram() functions.
The code would go something like this:
`?residuals
RES <- residuals(DATA,FIT)
plot(RES)
?correlogram
ACF <- correlogram(RES)
plot(ACF)`
chfleming commented
zoom(ACF)