plot_residuals | R Documentation |
plot_residuals
shows average Pearson residual for every knot for encounter probability and positive catch rate components
plot_residuals(
Lat_i,
Lon_i,
TmbData,
Report,
Q,
projargs = "+proj=longlat",
working_dir = paste0(getwd(), "/"),
spatial_list,
extrapolation_list,
Year_Set = NULL,
Years2Include = NULL,
zrange,
...
)
Lat_i |
Latitude for every observation |
Lon_i |
Longitude for every observation |
TmbData |
a tagged list of data inputs generated by |
Report |
tagged list of outputs from TMB model via |
Q |
Output from |
projargs |
Character passed to |
zrange |
lower and upper bounds for plotted value of Pearson residuals, used to change plotting scale to eliminate influence of outliers on plotting scale |
... |
arguments passed to |
savdir |
directory to use when saving results |
A tagged list of Pearson residuals
Matrix of average residuals for encounter/non-encounter component by site x
and year t
Matrix of average residuals for positive-catch-rate component by site x
and year t
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.