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
Concentration curves of a dichotomous variableHi, I am new to the forum and stata itself. I need help in drawing a concentration curve. I am tryin…
xtgcause interpretationI have run a test for Granger non-causality in heterogeneous panels using the procedure proposed by …
FIXED EFFECT MODEL, small saple size.Dear all, I am regressing the impact of Netflix subscriptions on theatrical admissions in 16 countri…
Renaming variable labels to be one number lower (Q141 to Q140)Good Morning, I am looking to rename my variables so that the numeric value is one less than what i…
Export Regressions to Different Sheets in Same Excel Doc.I have been trying to figure out a way to automate my regression output such that each set of regres…
Subscribe to:
Post Comments (Atom)
0 Response to Command for computing effect size for paired/dependent samples t-test
Post a Comment