Hello,
I am trying to run some code for computing as effect size for paired sample t tests. It will be to compare the effect size between parent and teacher reports of child irritability. I have amended some code that was previously put in another thread on this forum (https://www.statalist.org/forums/for...samples-t-test), but get the following error: display = 'r(mean)'/'r(sd)', unknown function 'r(). Any suggestions for why this might not be running?
gen diffPT_ABC_I_tot = P_ABC_I_tot - T_ABC_I_tot
summ diffPT_ABC_I_tot
display = 'r(mean)'/'r(sd)'
Would this command also be appropriate for looking at the effect size for a signed rank test?
Thanks in advance for any help.
Melanie
Related Posts with Command for computing effect size for paired/dependent samples t-test
Problem wtih running and exporting first and second stage regressions with ivregress2 and getting the cluster standard errorHello, I am using ivregress2 to run and export the results of first and second stage regressions. I…
Renaming with renumbering Code: * Example generated by -dataex-. For more info, type help dataex clear input byte v1 str19 st…
Help identifying namesDear all, I have a database with over forty thousand observations and I want to identify if the pers…
Problem wtih running and exporting first and second stage regressions with ivregress2 an getting the cluster standard errorHello, I am using ivregress2 to run and export the results of first and second stage regressions. I…
Merge identifier and date within rangeHi all, I would like to merge two datasets by identifier and date within range dataset A: accountnum…
Subscribe to:
Post Comments (Atom)
0 Response to Command for computing effect size for paired/dependent samples t-test
Post a Comment