View source: R/simMultMix_AHM2_2.7.1.R
simMultMix | R Documentation |
Simulation of "removal" data from a multinomial-mixture model.
simMultMix(nsites = 100, nsurveys = 3, nyears = 4,
lambda = 3, theta = 0.5, p = 0.3)
nsites |
number of sites. |
nsurveys |
number of replicate (secondary) samples |
nyears |
number of primary samples: years, seasons etc. |
lambda |
expected local population size. |
theta |
availability, the proportion of the population available for detection. |
p |
detection probability. |
A list with the values of the input arguments and the following additional elements:
M |
true local population size, vector length nsites |
N |
true number available for detection, vector length nsites |
y |
number detected, nsites x nyears x nsurveys |
y2d |
number detected as a matrix, nsites x (nyears*nsurveys) |
Marc Kéry & Andy Royle, adapting code in documentation for gmultmix
by Richard Chandler.
Chandler, R.B., Royle, J.A. & King. D.I. (2011) Inference about density and temporary emigration in unmarked populations. Ecology, 92, 1429-1435.
Kéry, M. & Royle, J.A. (2021) Applied Hierarchical Modeling in Ecology AHM2 - 2.7.1.
# Simulate a data set with the default arguments and look at the structure of the output:
tmp <- simMultMix()
str(tmp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.