probs {extBatchMarking}R Documentation

State-dependent probability function

Description

'probs' computes the state-dependent transition matrix

Usage

probs(r, p, R)

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.

Value

PR diagonal matrix of the state-dependent probability.


[Package extBatchMarking version 1.0.1 Index]