






























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
A probit regression model to estimate the employment probability based on given variables such as education, urbanicity, minorities, and financial income. The model is implemented using stata software and includes the calculation of log likelihood functions, chi-squared statistics, and significance levels.
Typology: Study Guides, Projects, Research
1 / 38
This page cannot be seen from the preview
Don't miss anything!































--> LOAD;file="C:\Aaschool\ECON727\DATA\MW.lpj"$ LOAD has reconstructed your previous session. --> title ; Employment Probability probit ; lhs = emp ; rhs = one,ed,urb,minor,lofinc ; maxit = 1000 ; start = 0,0,0,0, ; tlf = 0.00001 ; tlb = 0.00001 ; tbg = 0. ; alg = newton? Can choose bhhh, bfgs, dfp, stedes ; margin $? estimate p = Pr(y=1) at sample mean --> matrix ; prb = b ; prc = varb $ --> calc ; plogl = logl $ --> namelist ; x = one,ed,urb,minor,lofinc $ --> probit ; lhs = emp ; rhs = x ; maxit = 1000 $ +-----------------------------------------------------------------------+ | Dependent variable is binary, y=0 or y not equal 0 | | Ordinary least squares regression Weighting variable = none | | Dep. var. = EMP Mean= .4704383282 , S.D.= .4992525893 | | Model size: Observations = 1962, Parameters = 5, Deg.Fr.= 1957 | | Residuals: Sum of squares= 474.9962035 , Std.Dev.= .49266 | | Fit: R-squared= .028211, Adjusted R-squared = .02622 | | Model test: F[ 4, 1957] = 14.20, Prob value = .00000 | | Diagnostic: Log-L = -1392.4945, Restricted(b=0) Log-L = -1420.5675 | | LogAmemiyaPrCrt.= -1.413, Akaike Info. Crt.= 1.425 | +-----------------------------------------------------------------------+ +---------+--------------+----------------+--------+---------+----------+ |Variable | Coefficient | Standard Error |b/St.Er.|P[|Z|>z] | Mean of X| +---------+--------------+----------------+--------+---------+----------+ Constant .9170578290 .17362375 5.282. ED .2915849316E-01 .51513883E-02 5.660 .0000 12. URB .6459244774E-01 .24441441E-01 2.643 .0082. MINOR .2566128748E-01 .26742220E-01 .960 .3373. LOFINC -.8619967756E-01 .17367289E-01 -4.963 .0000 9. Normal exit from iterations. Exit status=0.
| Binomial Probit Model | | Maximum Likelihood Estimates | | Dependent variable EMP | | Weighting variable ONE | | Number of observations 1962 | | Iterations completed 4 | | Log likelihood function -1331.862 | | Restricted log likelihood -1356.524 | | Chi-squared 49.32278 | | Degrees of freedom 2 | | Significance level .0000000 | +---------------------------------------------+ +---------+--------------+----------------+--------+---------+----------+ |Variable | Coefficient | Standard Error |b/St.Er.|P[|Z|>z] | Mean of X| +---------+--------------+----------------+--------+---------+----------+ Index function for probability Constant .0000000000 ........(Fixed Parameter)........ ED .8579347233E-01 .12778130E-01 6.714 .0000 12. URB .8579347233E-01 .12778130E-01 6.714 .0000. MINOR .1336072788 .63756953E-01 2.096 .0361. LOFINC -.1233762049 .17163930E-01 -7.188 .0000 9. Frequencies of actual & predicted outcomes Predicted outcome has maximum probability. Predicted ------ ---------- + ----- Actual 0 1 | Total ------ ---------- + ----- 0 756 283 | 1039 1 571 352 | 923 ------ ---------- + ----- Total 1327 635 | 1962 --> matrix ; rprb = b $ --> calc ; rlogl = logl $ --> title; Wald test for b1 = 0 and b2 = b3 $ --> wald ; labels = b1,b2,b3,b4,b ; start = uprb ; var = uprc ; fn1 = b ; fn2 = b2 - b3 $ +-----------------------------------------------+ | WALD procedure. Estimates and standard errors | | for nonlinear functions and joint test of | | nonlinear restrictions. | | Wald Statistic = 8.06527 | | Prob. from Chi-squared[ 2] = .01773 | +-----------------------------------------------+ +---------+--------------+----------------+--------+---------+----------+ |Variable | Coefficient | Standard Error |b/St.Er.|P[|Z|>z] | Mean of X| +---------+--------------+----------------+--------+---------+----------+ Fncn( 1) 1.228085188 .47320614 2.595. Fncn( 2) -.9457399616E-01 .65465798E-01 -1.445. --> title; LR test for b1 = 0 and b2 = b3 $ --> calc ; list ; lrt = 2(ulogl - rlogl) ; pval = 1 - chi(lrt,2) $* LRT = .81630295544032380D+ PVAL = .16881874007718900D-
--> probit ; lhs = emp ; rhs = x ; start = rprb ; maxit = 0 $ +-----------------------------------------------------------------------+ | Dependent variable is binary, y=0 or y not equal 0 | | Ordinary least squares regression Weighting variable = none | | Dep. var. = EMP Mean= .4704383282 , S.D.= .4992525893 | | Model size: Observations = 1962, Parameters = 5, Deg.Fr.= 1957 | | Residuals: Sum of squares= 474.9962035 , Std.Dev.= .49266 | | Fit: R-squared= .028211, Adjusted R-squared = .02622 | | Model test: F[ 4, 1957] = 14.20, Prob value = .00000 | | Diagnostic: Log-L = -1392.4945, Restricted(b=0) Log-L = -1420.5675 | | LogAmemiyaPrCrt.= -1.413, Akaike Info. Crt.= 1.425 | +-----------------------------------------------------------------------+ +---------+--------------+----------------+--------+---------+----------+ |Variable | Coefficient | Standard Error |b/St.Er.|P[|Z|>z] | Mean of X| +---------+--------------+----------------+--------+---------+----------+ Constant .9170578290 .17362375 5.282. ED .2915849316E-01 .51513883E-02 5.660 .0000 12. URB .6459244774E-01 .24441441E-01 2.643 .0082. MINOR .2566128748E-01 .26742220E-01 .960 .3373. LOFINC -.8619967756E-01 .17367289E-01 -4.963 .0000 9. Maximum iterations reached. Exit iterations with status=1. Maxit = 0. Computing LM statistic at starting values. No iterations computed and no parameter update done. +---------------------------------------------+ | Binomial Probit Model | | Maximum Likelihood Estimates | | Dependent variable EMP | | Weighting variable ONE | | Number of observations 1962 | | Iterations completed 1 | | LM Stat. at start values 8.027283 | | LM statistic kept as scalar LMSTAT | | Log likelihood function -1331.862 | | Restricted log likelihood -1356.524 | | Chi-squared 49.32278 | | Degrees of freedom 4 | | Significance level .0000000 | +---------------------------------------------+ +---------+--------------+----------------+--------+---------+----------+ |Variable | Coefficient | Standard Error |b/St.Er.|P[|Z|>z] | Mean of X| +---------+--------------+----------------+--------+---------+----------+ Index function for probability Constant .0000000000 .46145275 .000 1. ED .8579347233E-01 .13444274E-01 6.381 .0000 12. URB .8579347233E-01 .62895744E-01 1.364 .1725. MINOR .1336072788 .68714027E-01 1.944 .0518. LOFINC -.1233762049 .46617697E-01 -2.647 .0081 9. Frequencies of actual & predicted outcomes Predicted outcome has maximum probability. Predicted ------ ---------- + ----- Actual 0 1 | Total ------ ---------- + ----- 0 756 283 | 1039 1 571 352 | 923 ------ ---------- + ----- Total 1327 635 | 1962
| WALD procedure. Estimates and standard errors | | for nonlinear functions and joint test of | | nonlinear restrictions. | | Wald Statistic = 60.67600 | | Prob. from Chi-squared[ 4] = .00000 | +-----------------------------------------------+ +---------+--------------+----------------+--------+---------+----------+ |Variable | Coefficient | Standard Error |b/St.Er.|P[|Z|>z] | Mean of X| +---------+--------------+----------------+--------+---------+----------+ Fncn( 1) -.7523894869E-01 .28569505E-01 -2.634. Fncn( 2) .4885503289 .18831825 2.594. Fncn( 3) .3035246511E-01 .53493381E-02 5.674. Fncn( 4) .6797539012E-01 .25106007E-01 2.708.
Frequencies of actual & predicted outcomes Predicted outcome is the sign of x(i)*theta. Predicted ------ ---------- + ----- Actual 0 1 | Total ------ ---------- + ----- 0 558 481 | 1039 1 328 595 | 923 ------ ---------- + ----- Total 886 1076 | 1962
Predicted ------ -------------------- + ----- Actual 0 1 2 3 | Total ------ -------------------- + ----- 0 194 3 0 0 | 197 1 4 25 6 0 | 35 2 0 5 8 6 | 19 3 0 0 4 245 | 249 ------ -------------------- + ----- Total 198 33 18 251 | 500
| Ordered Probit Model | | Maximum Likelihood Estimates | | Dependent variable Y | | Weighting variable ONE | | Number of observations 500 | | Iterations completed 21 | | Log likelihood function -61.69838 | | Restricted log likelihood -512.2856 | | Chi-squared 901.1745 | | Degrees of freedom 4 | | Significance level .0000000 | | Cell frequencies for outcomes | | Y Count Freq Y Count Freq Y Count Freq | | 0 197 .394 1 35 .070 2 19 .038 | | 3 249 .498 | | Terms 4 to 5 are for variance. | +---------------------------------------------+ +---------+--------------+----------------+--------+---------+----------+ |Variable | Coefficient | Standard Error |b/St.Er.|P[|Z|>z] | Mean of X| +---------+--------------+----------------+--------+---------+----------+ Index function for probability Constant 1.952765793 .50647697 3.856. X1 2.202009071 .42735794 5.153 .0000. X2 .5724646749 .13028472 4.394 .0000. Variance function X1 -.3920695036E-01 .15416593 -.254 .7993. X2 .2509306915E-01 .47567677E-01 .528 .5978. Threshold parameters for index Mu( 1) 3.507495686 .81328128 4.313. Mu( 2) 5.161587990 1.1134873 4.636. +------------------------------------------------------+ | Marginal Effects for OrdProbt | +----------+----------+----------+----------+----------+ | Variable | Y=0 | Y=1 | Y=2 | Y=3 | +----------+----------+----------+----------+----------+ | ONE | .0000 | -.5186 | -.0741 | .5928 | | X1 | .0000 | -.5848 | -.0836 | .6684 | | X2 | .0000 | -.1520 | -.0217 | .1738 | | X1 | .0001 | .4693 | -.9134 | .4439 | | X2 | .0002 | .5292 | -1.0300 | .5006 | +----------+----------+----------+----------+----------+
Frequencies of actual & predicted outcomes Predicted outcome has maximum probability. Predicted ------ -------------------- + ----- Actual 0 __1 2 3 | Total ------ -------------------- + ----- 0 194 3 0 0 | 197 1 4 25 6 0 | 35 2 0 5 8 6 | 19 3 0 0 4 245 | 249 ------ -------------------- + ----- Total 198 33 18 251 | 500
Predicted ------ --------------- + ----- Actual 0 1 2 | Total ------ --------------- + ----- 0 33 131 24 | 188 1 14 557 12 | 583 2 27 85 40 | 152 ------ --------------- + ----- Total 74 773 76 | 923 Normal exit from iterations. Exit status=0. +---------------------------------------------+ | Multinomial Logit Model | | Maximum Likelihood Estimates | | Dependent variable OCC | | Weighting variable ONE | | Number of observations 923 | | Iterations completed 5 | | Log likelihood function -930.7384 | +---------------------------------------------+ +---------+--------------+----------------+--------+---------+----------+ |Variable | Coefficient | Standard Error |b/St.Er.|P[|Z|>z] | Mean of X| +---------+--------------+----------------+--------+---------+----------+ Characteristics in numerator of Prob[Y = 1] Constant -2.246577102 1.4168164 -1.586. ED .2945460414 .44213261E-01 6.662 .0000 12. URB -.6619168682E-01 .19853983 -.333 .7388. MINOR -.7559059112 .18812078 -4.018 .0001. LOFINC -.3209143823E-01 .14166104 -.227 .8208 9. Characteristics in numerator of Prob[Y = 2] Constant -2.246577102 1.4168164 -1.586. ED .2945460414 .44213261E-01 6.662 .0000 12. URB -.6619168682E-01 .19853983 -.333 .7388. MINOR -.7559059112 .18812078 -4.018 .0001. LOFINC -.3209143823E-01 .14166104 -.227 .8208 9. Frequencies of actual & predicted outcomes Predicted outcome has maximum probability. Predicted ------ --------------- + ----- Actual 0 1 2 | Total ------ --------------- + ----- 0 50 138 0 | 188 1 16 567 0 | 583 2 48 104 0 | 152 ------ --------------- + ----- Total 114 809 0 | 923