Quantcast
Channel: Statalist
Viewing all articles
Browse latest Browse all 65082

exporting multiple -df-gls- results to excel

$
0
0
Dear all,

I ran the following DF-GLS command in Stata (14.2)

Code:
forval i = 1/47 {      
      su obs if country_coden == `i', meanonly      
      di country[r(min)]      
      dfgls  unemployment if country_coden==`i' , notrend    
      di    
 }
Ideally, I would like to export to excel a table with the results of this command summarized by the following 3 columns: Country, 'DF-GLS mu Test Statistic' and the "5% Critical value".
Is that even possible?
Anat

Viewing all articles
Browse latest Browse all 65082

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>