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]
st: -suest-
From
Huaandrew <[email protected]>
To
<[email protected]>
Subject
st: -suest-
Date
Wed, 13 Feb 2013 20:26:26 +0000
Kept getting error r(111) "model1 not found" after running the following code
use "test.dta"
qui nbreg budgetdays divided logcasqtlagstd gallupnotstd defbudgstd astotdaysstd q1 q2 q3 ch1, nolog
estimates store model1
qui nbreg patroldays divided logcasqtlagstd gallupnotstd defbudgstd astotdaysstd q1 q2 q3 ch1, nolog
estimates store model2
qui nbreg firedays divided logcasqtlagstd gallupnotstd defbudgstd astotdaysstd q1 q2 q3 ch1, nolog
estimates store model3
suest model1 model2 model3
test [model1] = [model2] = [model3]
If I use test [model1_divided=model2_divided] then get r(303) "equation model1_divided not found"
Does anyone know the reason for the error?
Thanks!
Andrew
*
* For searches and help try:
* http://www.stata.com/help.cgi?search
* http://www.stata.com/support/faqs/resources/statalist-faq/
* http://www.ats.ucla.edu/stat/stata/