ctmmweb icon indicating copy to clipboard operation
ctmmweb copied to clipboard

Model Diagnostics page after model fitting page

Open NoonanM opened this issue 5 years ago • 1 comments

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)`

NoonanM avatar May 22 '19 21:05 NoonanM