> -----Original Message-----
> From: [email protected] [mailto:owner-
> [email protected]] On Behalf Of Richard Williams
> Sent: Thursday, June 09, 2005 7:52 PM
> To: [email protected]
> Subject: Re: st: dtobit and tobcm in Stata 9
>
> At 07:14 AM 6/8/2005 -0700, Alejandro Lopez-Feldman wrote:
>
> >Dear all,
> >
> >I have tried to use dtobit and tobcm in Stata 9 but I get back the
> warning
> >
> >[_se] not found
> >
Until Richard writes the utility to rewrite e(b) and e(V) back into Stata 8
format or the authors officially update the commands, it looks like you
could change line 40 of -dtobit- from:
*scalar `sigma' = _b[_se]
to
scalar `sigma' = _b[/sigma]
and line 33 of -tobcm- from:
*scalar `s' = _b[_se]
to
scalar `s' = _b[/sigma]
to make the commands work.
Scott
*
* 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/