



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An overview of limited dependent variable models in economics, focusing on binary choice models (linear probability, probit, and logit), multiple choice models (ordered probit and logit, multinomial logit, and conditional logit), and truncated dependent variable models (tobit and sample selection). The estimation of coefficients and cutoff values using maximum likelihood estimation and discusses marginal effects. Examples using the mroz dataset and multinomial logit model are included.
Typology: Assignments
1 / 6
This page cannot be seen from the preview
Don't miss anything!




Example: Suppose we want to investigate how various personal characteristics affect choice of occupation. Let the variable JC = job classification (1 = management, 2 = sales, 3 = clerical, 4 = service, 5 = professional, 0 = other) Note that there is no sense that these choices are ordered. The explanatory variables are age, ed =years of schooling, and dummy variables for marital status, gender, and race.
. mlogit jc ed age female nonwhite married
Iteration 0: log likelihood = -908. Iteration 5: log likelihood = -708.
Multinomial regression Number of obs = 534 LR chi2(25) = 398. Prob > chi2 = 0. Log likelihood = -708.69521 Pseudo R2 = 0.
jc | Coef. Std. Err. z P>|z| [95% Conf. Interval] -------------+---------------------------------------------------------------- 1 | ed | .8671075 .1009836 8.59 0.000 .6691832 1. age | .0487994 .0165825 2.94 0.003 .0162983. female | 1.23219 .385499 3.20 0.001 .4766259 1. nonwhite | -.2238054 .5670162 -0.39 0.693 -1.335137. married | .0200836 .3998228 0.05 0.960 -.7635546. _cons | -14.39609 1.59567 -9.02 0.000 -17.52355 -11. -------------+---------------------------------------------------------------- 2 | ed | .5566231 .1076473 5.17 0.000 .3456382. age | .029292 .0175113 1.67 0.094 -.0050295. female | 1.321641 .4014091 3.29 0.001 .5348937 2. nonwhite | -.4456658 .6740512 -0.66 0.509 -1.766782. married | .441271 .4537499 0.97 0.331 -.4480624 1. _cons | -10.03732 1.655088 -6.06 0.000 -13.28123 -6. -------------+---------------------------------------------------------------- 3 | ed | .5042029 .0897659 5.62 0.000 .3282651. age | .0226438 .0137519 1.65 0.100 -.0043094. female | 2.90923 .3403131 8.55 0.000 2.242229 3. nonwhite | .5286729 .4310798 1.23 0.220 -.3162281 1. married | -.3605507 .327685 -1.10 0.271 -1.002801. _cons | -8.725491 1.356261 -6.43 0.000 -11.38371 -6. -------------+---------------------------------------------------------------- 4 | ed | .0837394 .0782126 1.07 0.284 -.0695544. age | .0198725 .0132546 1.50 0.134 -.006106. female | 1.84253 .3091344 5.96 0.000 1.236638 2. nonwhite | .671802 .3909131 1.72 0.086 -.0943736 1. married | -.5703341 .3174866 -1.80 0.072 -1.192596. _cons | -2.777329 1.178795 -2.36 0.018 -5.087724 -. -------------+---------------------------------------------------------------- 5 | ed | 1.129415 .0998826 11.31 0.000 .9336483 1. age | .0334009 .0161435 2.07 0.039 .0017603. female | 1.866768 .3624401 5.15 0.000 1.156398 2. nonwhite | -.735837 .5748099 -1.28 0.200 -1.862444. married | .2192979 .3747328 0.59 0.558 -.5151649. _cons | -17.50938 1.578416 -11.09 0.000 -20.60302 -14.
(Outcome jc==0 is the comparison group)