mat.mlogit {ggm} | R Documentation |
Multivariate logistic parametrization
Description
Find matrices C
and M
of e binary multivariate logistic
parameterization.
Usage
mat.mlogit(d, P = powerset(1:d))
Arguments
d |
A positive integer, the number of binary responses. |
P |
A list of vectors of integers specifying margins. For instance
|
Details
The power set is in the order of dimensions of the sets.
Value
C |
A contrast matrix. |
L |
A marginalization matrix. |
Author(s)
Giovanni M. Marchetti
References
Glonek, G. J. N. and McCullagh, P. (1995). Multivariate logistic models. Journal of the Royal Statistical Society, Ser. B 57, 533-546.
See Also
Examples
mat.mlogit(2)
[Package ggm version 2.5.1 Index]