Dear all,
I ran the following DF-GLS command in Stata (14.2)
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
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 }
Is that even possible?
Anat