Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: st: suest with oprobit
From
"Martin Weiss" <[email protected]>
To
<[email protected]>
Subject
RE: st: suest with oprobit
Date
Mon, 22 Feb 2010 21:48:44 +0100
No html posting, right?
Anyway, both Stata 10 and 11 perform this perfectly:
*******
webuse fullauto, clear
oprobit rep77 weight length mpg if foreign
estimates store a
oprobit rep77 weight length mpg if !foreign
estimates store b
suest a b
test [a_rep77]weight=[b_rep77]weight
*******
Make sure you get the names for -test- right.
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/