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: -foreach- loop to fit regression at each level of a variable


From   Milena Przheska <[email protected]>
To   [email protected]
Subject   st: -foreach- loop to fit regression at each level of a variable
Date   Tue, 19 Nov 2013 13:34:07 +0100

Dear Statalist members,

I am trying to fit the same logistic regression model using different
samples from a data set and I am wondering if it is even possible to
use a -foreach- loop to estimate regression models for each sample
(indicated by a variable).

I use the variable 'sample' to indicate the sample, but instead of
writing the command over and over for each sample, I tried to do this
with a -foreach- loop, something  like this:

egen local sample_level = levelsof(sample)

foreach n of sample_level {
logistic outcome var1 var2 var3 if sample_level==`n', vce(cluster id)
}

As always, I would appreciate your help.

Thanks,
Milena
*
*   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/


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