Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mat.mlogit

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 list(1, 2, c(1,2)). Default: the power set of 1:d.

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)

ggm

Graphical Markov Models with Mixed Graphs

v2.5
GPL-2
Authors
Giovanni M. Marchetti, Mathias Drton, Kayvan Sadeghi
Initial release
2020-02-014

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.