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 not working
From
Klaus Miller <[email protected]>
To
"[email protected]" <[email protected]>
Subject
st: Suest not working
Date
Sat, 2 Apr 2011 10:53:25 +0200
Dear Statalist,
I run two logit models and would like to compare coefficients using suest command. However, I get the following error message:
"estimation sample of the model saved under cbc could not be restored". When I run e.g. estout i can easily access the stored estimates. However, suest does not work. Any idead?
Here is my code:
use "cbc_choices.dta", clear
mlogit response a1_l1 - a1_l3 a2_l1 - a2_l2 a3_l1 - a3_l2 a4_l1 - a4_l2 a5_l1 - a5_l4 none
estimates store cbc
use "icbc_choices_person.dta", clear
mlogit response a1_l1 - a1_l3 a2_l1 - a2_l2 a3_l1 - a3_l2 a4_l1 - a4_l2 a5_l1 - a5_l4 none
estimates store icbc
suest cbc icbc
error message: estimation sample of the model saved under cbc could not be restored
Thank's for any advice!
Best, Klaus
*
* 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/