Hi all,
I am running the following regression using -cmp-:
My question is "why no results show up after margins command?" It takes hours and hours without any result
Many thanks.
Result:
I am running the following regression using -cmp-:
Code:
cmp setup set more off cmp (rwork =rshlt_# c.age##c.age i.married##i.child18_ i.lesshighschool##i.ageover62 i.college##i.ageover62 i.collegemore##i.ageover62 i.whitecollar2_ i.bluecollar c.wealth i.hispanic i.black i.midwest i.northeast i.west i.rcovown i.yr1996 i.yr1998 i.yr2000 i.yr2002 i.yr2004 i.yr2006 i.yr2008|| hhidpn:) (rshlt_=rwork# c.pc c.rconde c.age##c.age i.married i.lesshighschool i.college i.collegemore i.whitecollar2_ i.bluecollar c.wealth i.hispanic i.black i.rsmoke i.rdrink i.lagsmoke i.lagdrink i.lagprevent i.midwest i.northeast i.west i.rhibpe i.rdiabe i.rcancre i.rlunge i.rhearte i.rstroke i.rpsyche i.rarthre i.rhlthins || hhidpn:) if (ragender==1 & age<65) ,ind($cmp_probit $cmp_oprobit) nolr cmp, resultsform(reduced) margins, dydx(*) predict(equation(rwork) pr) force noestimcheck

Result:
PHP Code:
margins, dydx(*) predict(equation(rwork)) force noestimcheck
(note: continuous option implied because a factor with only one level was specified in the dydx() option)
Comment