I have used the putexcel command to successfully export regression results to an excel sheet. Additionally I'd like to export omega-squared from the
Code:
estat esize, omega
However, I cannot figure out how to do this. So, I run my regression and the effect size command. This is what my effect size output looks like
Array
Within my putexcel command (following the command for exporting my regression results), I have tried
Code:
   estat esize, omega
    matrix stats = r(stats)
    matrix o1 = stats[2,1..1]
    putexcel J`row'=matrix(o1), nformat(#.0000)I feel like I am missing something here, but I cannot get my head around. I was wondering, if it is even possible to use putexcel for commands that do not specify certain variables but instead are connected to a previous command...?
Thank you in advance for your help!
Best
Kristin
0 Response to Using Putexcel for estat esize
Post a Comment