[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]
st: problems with the -ereturn repost- command
Dear all,
I'm getting the "last estimates not found" message after trying to repost b
matrix for probit, dprobit or logit (but it works fine for regress)
I failed to find the reason.
Any suggestions would be appreciated much.
zurab
------------
capture program drop tt
program define tt, eclass
ereturn repost b=c
end
sysuse auto, clear
probit foreign weight mpg trunk
matrix b=e(b)
matrix b=b*2
tt
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/