analyse_survival: Analyse Survival

Description Usage Arguments Details Value

Description

Analyses detection and recapture data using a Bayesian individual multistate state-space formulation of the Cormack-Jolly-Seber (CJS) survival model

Usage

1
2
analyse_survival(data, model = "final", sd = 3, niters = 10^5,
  mode = "current")

Arguments

data

A analysis_data object of the detection and recapture data to analyse.

model

A string specifying the model type ("base", "full" and "final")

sd

A number specifying the standard deviation for the prior distributions.

niters

An integer of the minimum number of MCMC iterations to perform.

mode

A character element indicating the mode for the analysis.

Details

To view the full model description in the JAGS dialect of the BUGS language use survival_model_code.

The data must be an analysis_data object as generated by the make_analysis_data function.

Value

A jags_analysis object.


poissonconsulting/klexr documentation built on May 25, 2019, 10:25 a.m.