powered by
Find matrices C and M of e binary multivariate logistic parameterization.
C
M
mat.mlogit(d, P = powerset(1:d))
A positive integer, the number of binary responses.
A list of vectors of integers specifying margins. For instance list(1, 2, c(1,2)). Default: the power set of 1:d.
list(1, 2, c(1,2))
1:d
A contrast matrix.
A marginalization matrix.
The power set is in the order of dimensions of the sets.
Glonek, G. J. N. and McCullagh, P. (1995). Multivariate logistic models. Journal of the Royal Statistical Society, Ser. B 57, 533-546.
binomial, marg.param
# NOT RUN { mat.mlogit(2) # }
Run the code above in your browser using DataLab