Education 231C

Applied Categorical & Nonnormal Data Analysis

Bivariate Probit Models


The concept of bivariate normal distibutions is very familiar to even beginning statistics students. Scatter plots and Pearson corelation are tools for examing bivariate normal distributions. Less familiar for some students might be using bivariate response variables in multivariate analyses. In the case of bivariate probit analysis we have two binary response variables that vary jointly. We want to esitmate the coefficients needed to account for this joint distribution.

As you would expect the likelihood function for bivariate probit is more complex than when there is only one esponse variable,

where Φ2 is the cumulative bivariate normal distribution function and wj are optional weights.

Example 1

Example 2

The ancillary parameter rho measures the correlation of the residuals from the two models. As it turns out, the two equations were not strongly associated, rho = .34, which was not significant (chi-square = 2.53, df = 1, p =.11)

Seemingly Unrelated Bivariate Probit Example

It is also possible to run biprobit as a seemlying unrelated bivariate probit in which each of the equations has different predictors. The equations are not independent since they are computed on the same set of subjects.

Again it turns out that these two equations are not stongly correlated, rho = .2, which is not statistically significant (chi-squar1 = .99, df = 1, p = .32).

Instrumental Variable Example

biprobit (nss = female mma)(mma = female read write), nolog

Seemingly unrelated bivariate probit              Number of obs   =        200
                                                  Wald chi2(5)    =      90.74
Log likelihood =  -118.5046                       Prob > chi2     =     0.0000

------------------------------------------------------------------------------
             |      Coef.   Std. Err.      z    P>|z|     [95% Conf. Interval]
-------------+----------------------------------------------------------------
nss          |
      female |   -.580865   .2214549    -2.62   0.009    -1.014909   -.1468214
         mma |   2.115765   .3094269     6.84   0.000     1.509299     2.72223
       _cons |  -.9611232    .152064    -6.32   0.000    -1.259163   -.6630833
-------------+----------------------------------------------------------------
mma          |
      female |   -.222301   .3007045    -0.74   0.460     -.811671     .367069
        read |   .0675854   .0196951     3.43   0.001     .0289836    .1061871
       write |   .1076171   .0333168     3.23   0.001     .0423173    .1729168
       _cons |  -11.19188   2.087091    -5.36   0.000     -15.2825   -7.101252
-------------+----------------------------------------------------------------
     /athrho |  -1.301447   .7019475    -1.85   0.064    -2.677239    .0743445
-------------+----------------------------------------------------------------
         rho |  -.8620953   .1802543                     -.9905906    .0742078
------------------------------------------------------------------------------
Likelihood-ratio test of rho=0:     chi2(1) =  10.6787    Prob > chi2 = 0.0011


Categorical Data Analysis Course

Phil Ender