Learn R Programming

extBatchMarking (version 1.1.0)

probs: State-dependent probability function

Description

'probs' computes the state-dependent transition matrix

Usage

probs(r, p, R)

Value

PR diagonal matrix of the state-dependent probability.

Arguments

r

The number of individuals from batch group "g" recaptured at recapture occasion t; g = 1,2,...,G, t = g+1,...,T. This must be an integer.

p

The probability of capture at occasion t. This must be a number between 0 and 1.

R

The number of individuals marked and released at sampling occasion g from batch group g; g = 1,2,...,G. This must be an integer.