| Literature DB >> 26640671 |
Abstract
I describe an open-source R package, multimark, for estimation of survival and abundance from capture-mark-recapture data consisting of multiple "noninvasive" marks. Noninvasive marks include natural pelt or skin patterns, scars, and genetic markers that enable individual identification in lieu of physical capture. multimark provides a means for combining and jointly analyzing encounter histories from multiple noninvasive sources that otherwise cannot be reliably matched (e.g., left- and right-sided photographs of bilaterally asymmetrical individuals). The package is currently capable of fitting open population Cormack-Jolly-Seber (CJS) and closed population abundance models with up to two mark types using Bayesian Markov chain Monte Carlo (MCMC) methods. multimark can also be used for Bayesian analyses of conventional capture-recapture data consisting of a single-mark type. Some package features include (1) general model specification using formulas already familiar to most R users, (2) ability to include temporal, behavioral, age, cohort, and individual heterogeneity effects in detection and survival probabilities, (3) improved MCMC algorithm that is computationally faster and more efficient than previously proposed methods, (4) Bayesian multimodel inference using reversible jump MCMC, and (5) data simulation capabilities for power analyses and assessing model performance. I demonstrate use of multimark using left- and right-sided encounter histories for bobcats (Lynx rufus) collected from remote single-camera stations in southern California. In this example, there is evidence of a behavioral effect (i.e., trap "happy" response) that is otherwise indiscernible using conventional single-sided analyses. The package will be most useful to ecologists seeking stronger inferences by combining different sources of mark-recapture data that are difficult (or impossible) to reliably reconcile, particularly with the sparse datasets typical of rare or elusive species for which noninvasive sampling techniques are most commonly employed. Addressing deficiencies in currently available software, multimark also provides a user-friendly interface for performing Bayesian multimodel inference using capture-recapture data consisting of a single conventional mark or multiple noninvasive marks.Entities:
Keywords: Bayesian multimodel inference; Cormack–Jolly–Seber; Markov chain Monte Carlo; capture–recapture; latent multinomial; mark–recapture; multiple lists; population size
Year: 2015 PMID: 26640671 PMCID: PMC4662319 DOI: 10.1002/ece3.1676
Source DB: PubMed Journal: Ecol Evol ISSN: 2045-7758 Impact factor: 2.912
Latent encounter histories y and the recorded histories they generate for T = 2 sampling occasions and two mark types, where y=(y 1,y 2) for . Latent encounter histories are indexed by , where the encounter types indicate nondetection (y =0), type 1 encounter (y =1), type 2 encounter (y =2), nonsimultaneous type 1 and type 2 encounter (y =3), and simultaneous type 1 and type 2 encounter (y =4). If simultaneous encounters are possible, these results in some y being completely observable (as indicated by )
|
|
|
|
|
|
|---|---|---|---|---|
| 1 | 00 | .. | .. | .. |
| 2 | 01 | 01 | .. | .. |
| 3 | 02 | .. | 02 | .. |
| 4 | 03 | 01 | 02 | .. |
| 5 | 04 | .. | .. | 04 |
| 6 | 10 | 10 | .. | .. |
| 7 | 11 | 11 | .. | .. |
| 8 | 12 | 10 | 02 | .. |
| 9 | 13 | 11 | 02 | .. |
| 10 | 14 | .. | .. | 14 |
| 11 | 20 | .. | 20 | .. |
| 12 | 21 | 01 | 20 | .. |
| 13 | 22 | .. | 22 | .. |
| 14 | 23 | 01 | 22 | .. |
| 15 | 24 | .. | .. | 24 |
| 16 | 30 | 10 | 20 | .. |
| 17 | 31 | 11 | 20 | .. |
| 18 | 32 | 10 | 22 | .. |
| 19 | 33 | 11 | 22 | .. |
| 20 | 34 | .. | .. | 34 |
| 21 | 40 | .. | .. | 40 |
| 22 | 41 | .. | .. | 41 |
| 23 | 42 | .. | .. | 42 |
| 24 | 43 | .. | .. | 43 |
| 25 | 44 | .. | .. | 44 |
Summary of three different types of multiple‐mark data. The data differ in terms of the latent encounter types (y ) that are possible based on the conditional probability of a simultaneous type 1 and type 2 encounter, α = Pr(y = 4¦y = 3 or y = 4)
| Data type |
| Constraints |
|---|---|---|
| “never” | {0, 1, 2, 3} |
|
| “sometimes” | {0, 1, 2, 3, 4} | 0 < |
| “always” | {0, 1, 2, 4} |
|
Posterior model probabilities (PMM) and abundance estimates for the bobcat data. Summaries include posterior modes (N), 95% highest posterior density intervals (HPDI), effective sample sizes (ESS), and Gelman–Rubin–Brooks diagnostics (GRB) for N. Models for detection probability (p) included no effects (˜1), behavioral effects (˜c), time effects (˜time), and individual effects (˜h). Models for the conditional probability of a left‐ or right‐sided encounter (delta) included δ 1=δ 2 (˜1) and δ 1≠δ 2 (˜type)
| Model | PMM |
| HPDI | ESS | GRB |
|---|---|---|---|---|---|
| p(˜c)delta(˜1) | 0.30 | 38 | 27–91 | 38944 | 1.00 |
| p(˜1)delta(˜1) | 0.22 | 33 | 26–46 | 54696 | 1.00 |
| p(˜h)delta(˜1) | 0.16 | 46 | 29–114 | 11685 | 1.00 |
| p(˜c + h)delta(˜1) | 0.09 | 50 | 29–145 | 18544 | 1.00 |
| p(˜c)delta(˜type) | 0.09 | 38 | 27–90 | 35054 | 1.00 |
| p(˜1)delta(˜type) | 0.06 | 33 | 26–46 | 53961 | 1.00 |
| p(˜h)delta(˜type) | 0.05 | 48 | 29–113 | 12099 | 1.00 |
| p(˜c + h)delta(˜type) | 0.03 | 51 | 29–146 | 17276 | 1.00 |
| p(˜time + h)delta(˜1) | 0.00 | 47 | 28–115 | 14414 | 1.00 |
| p(˜c + time + h)delta(˜1) | 0.00 | 45 | 28–116 | 21473 | 1.00 |
| p(˜time)delta(˜1) | 0.00 | 33 | 26–45 | 47781 | 1.00 |
| p(˜c + time)delta(˜1) | 0.00 | 33 | 25–78 | 35169 | 1.00 |
| p(˜time + h)delta(˜type) | 0.00 | 50 | 29–118 | 13882 | 1.00 |
| p(˜c + time + h)delta(˜type) | 0.00 | 46 | 27–115 | 21337 | 1.00 |
| p(˜time)delta(˜type) | 0.00 | 33 | 26–45 | 49425 | 1.00 |
| p(˜c + time)delta(˜type) | 0.00 | 32 | 25–78 | 35360 | 1.00 |
Figure 1Model‐averaged posterior distribution of population abundance (N) for the bobcat data.
|
|
|
|
|
|
|
|
| |
|---|---|---|---|---|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
|---|---|---|---|---|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
|---|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
|---|---|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
| |
|---|---|---|---|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
|---|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
|---|---|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
|---|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
|---|---|---|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|