I developed an iterative loop to calculate Metaan for a total of 39 studies. I have been trying to export Metaan results (scalars) to excel sheet using and modifying the following code. I am only able to export the very last result and not all the results in the same column. Is there a way I can modify the code to get the result I want?
putexcel set testing.xls, modify
forvalues i = 1/40 {
display `i'
metaan ES SE if Study <`i', dl
return list
putexcel (B2) = rscalars
}
Related Posts with Exporting iterative Metaan results to excel
Alternative to fixed-effects Binomial Model for longitudinal dataHi all: My dependent variable, v6mouses, is drug use; 60.15% of the result is 0 and 26.92% of the r…
Interaction term and main effectsDear Stata forum members, Would you please help with interpretation of my obtained results. I have …
Incorrect Stata Error Message for xtdidregressWhen I estimate Code: import delim "https://raw.githubusercontent.com/SucreRouge/synth_control/mast…
Posthoc testing after ANOVADear Statalist team, I am interested in doing Posthoc testing after ANOVA. I only have aggregate d…
How to reshape this data to panel data?Dear all,How to reshape the data below to panel data? clear input double(year FDI_beijing FDI_tianj…
Subscribe to:
Post Comments (Atom)
0 Response to Exporting iterative Metaan results to excel
Post a Comment