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
Marginal effects in probit model - age and age2Hey everyone, I am doing probit regressions with Stata 14.1 and I want to get average marginal effe…
Tobit marginal effectsDear Stata users, I estimate a Tobit model (by Stata 14), and then compute marginal effects (dE(y|x)…
How to resolve errors on: SPREGXT ( eigenvalues: matrix has missing values r(504);Hello everyone, I try to run SPREGXT to get SDM or SAR SEM but I got this error db SPREGXT . spreg…
Importing .GRD data into StataDear all I have a simple question but cannot seem to get it to work. I have downloaded gridded tem…
SEM: the fitted*model is not full rankHello: Across 10 years or so, I used different versions of Stata regularly. Then, I didn't use Stat…
Subscribe to:
Post Comments (Atom)
0 Response to Exporting iterative Metaan results to excel
Post a Comment