Also,
I don't think -biprobit- collapses the nonzero values in the same way
as probit.
Compare:
sysuse auto, clear
g y=rep78-1
g y2=y>0 if y<.
probit y mpg weight, nolog
probit y2 mpg weight, nolog
biprobit (foreign=mpg y) (y=headroom foreign), nolog
biprobit (foreign=mpg y2) (y2=headroom foreign), nolog
On Mon, Jul 20, 2009 at 1:01 PM, Richard
Williams<[email protected]> wrote:
> At 10:42 AM 7/20/2009, nigussie Tefera wrote:
>>
>> (a) I have two dependent variables (both dummy variables): one has two
>> categories ( 0 and 1) and the second dependent variable has three categories
>> (0, 1, and 2). Is it possible to estimate the joint relationship betwees
>> these two dependent variables using the biprobit command?
>
> How is it a dummy variable if it has 3 categories?
>
> I believe categories 1 and 2 are both being treated as though they are 1.
> If that is what you want, then fine, but otherwise I don't think biprobit
> will act the way you want it to.
>
>
> -------------------------------------------
> Richard Williams, Notre Dame Dept of Sociology
> OFFICE: (574)631-6668, (574)631-6463
> HOME: (574)289-5227
> EMAIL: [email protected]
> WWW: http://www.nd.edu/~rwilliam
>
> *
> * For searches and help try:
> * http://www.stata.com/help.cgi?search
> * http://www.stata.com/support/statalist/faq
> * http://www.ats.ucla.edu/stat/stata/
>
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/