probs | R Documentation |
'probs' computes the state-dependent transition matrix
probs(r, p, R)
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. |
PR diagonal matrix of the state-dependent probability.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.