I am not very sure if i am supposed to sum up. But i would like to do so
and also thank for the instant helpful replies i got inspite of my queries
being "newbie" type.
Thanks a lot, Richard Sperling and Kit Baum. They helped dispel my
confusion regarding tsset command, prior to the dfgls command. I was
trying to tsset the variable for analysis and not the time variable. Both
of them advised me to the following prior to running the dfgls command:
gen t = _n (presuming your data are already sorted by date, and you do not
have a variable named t)
tsset t
Thanks very much, Nick Winter. I wanted to run the Lomodrs function for
100 variables and was trying to write a .do file for it but instead i just
ran it alongwith "forval". As suggested by Nick,
you could do the loop with numbers rather than variables:
forval v=1/100 {
lomodrs var`v'
}
This worked. Thanks.
Regards,
Preeti Rao
*
* For searches and help try:
* http://www.stata.com/support/faqs/res/findit.html
* http://www.stata.com/support/statalist/faq
* http://www.ats.ucla.edu/stat/stata/