hi dear all statalisters,
I now face a problem in getting the elasticity after running a logit model. To put it more understandable, I use this code as an example:
Code:
sysuse auto.dta,clear
logit foreign turn length weight c.price#i.rep78
margins, eyex(*)
then there's an error information:
factor variables not allowed in option eyex()
how could I overcome this problem?
Thanks in advance.