model_diagnostics | R Documentation |
Model diagnostics for salmon escapement models from photo and video count data
model_diagnostics(models)
models |
a list containing the model output returned from |
a list of objects including residual plots, a score test for non-constant error variance (a codechisqTest object) returned by car::ncvTest()
, a spread level plot (object of class spreadLevelPlot
) returned by car::spreadLevelPlot()
, influence measures returned by influence.measures()
, and Cook's distances returned by cooks.distance()
## Not run:
model_diagnostics(models)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.