Dear all,
I am running into an issue with exporting output from my power analysis. I ran the analysis based on results from a pretest and I would now like to export the results for the preregistration site of the project. So far I have tried the tabout, eststo/esttab/estpost commands, the outreg2, and putexcel. The former three do not work, and with the latter the only way I can see it working based on what I've read, is to manually write a command for each part of information I'd like to include from the information in return list (i.e. putexcel B1 = `r(beta)' ).
This is my power analysis. It returns the information below, which I would like to export in an efficient way.
Is there a way to export this information into a table (into word or excel), as a whole with all the values from this table?
Thank you in advance.
I am running into an issue with exporting output from my power analysis. I ran the analysis based on results from a pretest and I would now like to export the results for the preregistration site of the project. So far I have tried the tabout, eststo/esttab/estpost commands, the outreg2, and putexcel. The former three do not work, and with the latter the only way I can see it working based on what I've read, is to manually write a command for each part of information I'd like to include from the information in return list (i.e. putexcel B1 = `r(beta)' ).
This is my power analysis. It returns the information below, which I would like to export in an efficient way.
Code:
power twomeans 2.952941 2.55814, sd1(1.318344) sd2(1.164218) n1(750) n2(750) table return list
Code:
Estimated power for a two-sample means test Satterthwaite's t test assuming unequal variances H0: m2 = m1 versus Ha: m2 != m1 +---------------------------------------------------------------------------------+ | alpha power N N1 N2 delta m1 m2 sd1 sd2 | |---------------------------------------------------------------------------------| | .05 1 1,500 750 750 -.3948 2.953 2.558 1.318 1.164 | +---------------------------------------------------------------------------------+
Thank you in advance.
Comment