matr_glob {MultiLCIRT} | R Documentation |
Matrices to compute generalized logits
Description
It provides the matrices used to compute a vector of generalized logits on the basis of a vector of probabilities according to the formula Co*log(Ma*p); this is an internal function.
Usage
matr_glob(l, type = "g")
Arguments
l |
number of response categories |
type |
type of logit (l = local-logits, g = global-logits) |
Value
Co |
matrix of contrasts |
Ma |
marginalization matrix |
Author(s)
Francesco Bartolucci - University of Perugia (IT)
References
Colombi, R. and Forcina, A. (2001), Marginal regression models for the analysis of positive association of ordinal response variables, Biometrika, 88, 1007-1019.
Glonek, G. F. V. and McCullagh, P. (1995), Multivariate logistic models, Journal of the Royal Statistical Society, Series B, 57, 533-546.
[Package MultiLCIRT version 2.11 Index]