Conditional logit models are motivated by a variety of considerations, notably as a way to model binary panel data or responses in case-control-studies. The variant supported by the package “mclogit” is motivated by the analysis of discrete choices and goes back to McFadden (1974). Here, a series of individuals i=1,\ldots,n is observed to have made a choice (represented by a number j) from a choice set \mathcal{S}_i, the set of alternatives at the individual’s disposal. Each alternatives j in the choice set can be described by the values x_{1ij},\ldots,x_{1ij} of r attribute variables (where the variables are enumerated as i=1,\ldots,r). (Note that in contrast to the baseline-category logit model, these values vary between choice alternatives.) Conditional logit models then posit that individual i chooses alternative j from his or her choice set \mathcal{S}_i with probability
\pi_{ij} = \frac{\exp(\alpha_1x_{1ij}+\cdots+\alpha_rx_{rij})} {\sum_{k\in\mathcal{S}_i}\exp(\alpha_1x_{1ik}+\cdots+\alpha_rx_{rik})}.
It is worth noting that the conditional logit model does not require that all individuals face the same choice sets. Only that the alternatives in the choice sets can be distinguished from one another by the attribute variables.
The similarities and differences of these models to baseline-category logit model becomes obvious if one looks at the log-odds relative to the first alternative in the choice set:
\ln\frac{\pi_{ij}}{\pi_{i1}} = \alpha_{1}(x_{1ij}-x_{1i1})+\cdots+\alpha_{r}(x_{rij}-x_{ri1}).
Conditional logit models appear more parsimonious than
baseline-category logit models in so far as they have only one
coefficient for each independent variables. In the mclogit
package, these models can be estimated using the function
mclogit().