model_diagnostics: Model diagnostics for salmon escapement models from photo and...

View source: R/analysis.R

model_diagnosticsR Documentation

Model diagnostics for salmon escapement models from photo and video count data

Description

Model diagnostics for salmon escapement models from photo and video count data

Usage

model_diagnostics(models)

Arguments

models

a list containing the model output returned from model_escapement.

Value

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

Examples

## Not run: 
model_diagnostics(models)

## End(Not run)

mccrea-cobb/akulara documentation built on Nov. 14, 2024, 4:17 a.m.