get_unmarked | R Documentation |
Creates model code using the nimbleCode
function.
get_unmarked(occ_specific = FALSE, hab_mask = FALSE, trapsClustered = FALSE)
occ_specific |
Logical. If |
hab_mask |
A logical value indicating whether a habitat mask will be
used. Default is |
trapsClustered |
A logical value indicating if traps are clustered in arrays across the sampling area. |
This function provides templates for unmarked models that can be easily modified to include further model complexity such as covariates explaining detection probability. The models include habitat masking.
Model code created from nimbleCode
.
Daniel Eacker
# get spatial count model with non-occasion-specific detection # function, single scaling parameter, no habitat mask, and no clustering unmarked_model = get_unmarked(occ_specific=FALSE,hab_mask = FALSE, trapsClustered = FALSE) # inspect model unmarked_model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.