Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: problems with the -ereturn repost- command


From   "Zurab Sajaia" <[email protected]>
To   "statalist" <[email protected]>
Subject   st: problems with the -ereturn repost- command
Date   Fri, 12 Jan 2007 12:27:54 -0500

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/




© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index