dear all,
would anyone know how Stata predicts the probability of a positive outcome
after estimating a clogit, in the presence of collinearity (and the colinear
variable does not get dropped)? I found somewhere that the pc1 command in
Stata is equivalent to:
clogit x y z
predict xb, xb
gen top=exp(xb)
by countrypair, sort: egen bot=total(exp(xb))
gen pc1=top/bot
But I dont know what it does when there is a collinear variable affecting
the results . I need to calculate manually the predicted value...
thank you,
Laura
*
* 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/