View source: R/SPAS.extract.par.est.R
SPAS.extract.par.est | R Documentation |
This function is normally used internally and not by users of the package.
SPAS.extract.par.est(est.red, rowDM, colDM, thetaDM, conditional = TRUE)
est.red |
Vector of parameter estimates |
rowDM |
Design matrix for covariates for row parameters (after pooling). Not currently implemented so this is usually an identity matrix. |
colDM |
Design matrix for covariates for column parameters (after pooling). Not currently implemented so this is usually an identity matrix. |
thetaDM |
Design matrix for covariates for movement parameters (after pooling). Not currently implemented so this is usually an identity matrix. |
conditional |
Indicates if a conditional (Poisson model) or full likelihood (Multinomial) fit was done. |
Returns a list with entries
theta The modeled number of animals released in row stratum i and recovered in column stratum j.
cap. The estimated probability of tagging in row stratum i.
psi. The estimated number of animals never seen after tagging for each row stratum.
N. The estimated population size.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.