Dear all,
I ran into the message "note: multiple positive outcomes within groups encountered" when running a xtprobit model. I estemate multiple models with each time more independent variables included. So the first model is defined as follows:
.
If I run the second model I get the aforementioned message and the coefficients change to very large values, e.g. from 0.0744 to -4.33490. The second model is defined as:
A few observations (4/5) have been omitted as well. Does anyone have an idea how I can fix this?
I ran into the message "note: multiple positive outcomes within groups encountered" when running a xtprobit model. I estemate multiple models with each time more independent variables included. So the first model is defined as follows:
Code:
xtlogit Initialreturndummy lnofferprice lnDealsize Greenshoepercentage OffertoOpendummy DistanceIPOandfilingdatein Bookrunnerdummy Rankingdummy Segmentdummy, fe
If I run the second model I get the aforementioned message and the coefficients change to very large values, e.g. from 0.0744 to -4.33490. The second model is defined as:
Code:
xtlogit Initialreturndummy lnofferprice lnDealsize Greenshoepercentage OffertoOpendummy DistanceIPOandfilingdatein Bookrunnerdummy Rankingdummy Segmentdummy lnTotalAssets PEVCdummy Phoneticdummy lnSharesoffered Techdummy CompanyAge, fe
Comment