Bookmark and Share

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 after xtlogit


From   Taras Murzenkov <[email protected]>
To   [email protected]
Subject   st: suest after xtlogit
Date   Wed, 18 Apr 2012 00:32:42 +0400

Hello!

I am estimating default probabilites using xtlogit with random effect.
I'd like to test hypothesis whether there is any structural changes in
my sample. For this reason I'v devided my sample into 2 non
overlapping sub sample: before specific date and after specific date.
Then, I've estimated model on this two subsamples and stored results.
Basicly, what I've done:

xtlogit perfom SK_CA_lag1 SK_CA2_lag1 Z LA_CA_lag1 PZS_CA_lag1
lnCA_lag1 if !(crisis)//perfom binary variable, 0 for defaulted firm
est store after_crisis

xtlogit perfom SK_CA_lag1 SK_CA2_lag1 Z LA_CA_lag1 PZS_CA_lag1
lnCA_lag1 if crisis
est store before_crisis

suest before_crisis after_crysis //I've recieved the error message
"unable to generate scores for model before_crisis. suest requires
that predict allow the score option"

Would you be so kind to tell me how to solve this problem? Thank you in advance!
*
*   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/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index