Description Usage Arguments Value
Calculates Observation Randomized-quantile residuals for a model fit with optim. As defined in Knape et al. 2018 and available for unmarked models in the nmixgof package.
1 2 3 4 5 6 7 8 9 10 11 |
n_obs |
a matrix of observed counts, with rows = sites and columns = replicates |
K |
maximum possible true mean abundance, N |
lambda_est |
estimated lambda (mean abundance across sites) from fitted model |
sigma_est |
estimated sigma from fitted model (only needed if distance sampling) |
W |
transect half-width. (only needed if distance sampling) |
p_est |
estimated mean (across distances = 0 to W) detection probability (only needed if point counts) |
y_list |
list of distance values with elements = sites and replicates elements within each element |
sampling_method |
either 'pointcount' or 'distance' |
a matrix of residuals with the same dimensions as the observations, n_obs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.