matrix_logit {LCCR}R Documentation

Design matrices of saturated logit parametrization

Description

For J binary responses, it provides design matrices A and B used to express the saturated recursive logit parametrization of type log(p) = [A*eta-B*log(1+exp(eta))].

Usage

matrix_logit(J)

Arguments

J

number of capture occasions

Value

A

first matrix involved in the recursive logit parametrization

B

second matrix involved in the recursive logit parametrization

Author(s)

Francesco Bartolucci, Antonio Foricna

References

Forcina, A. and Bartolucci, F. (2021). Estimating the size of a closed population by modeling latent and observed heterogeneity, arXiv:2106.03811.

See Also

matrix_logit, estLCCR


[Package LCCR version 1.3 Index]