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
Need help renaming variables in a loopI have a dataset that looks something like this. path_recover_1 path1s_1 path1s_2 path1s_2 path1s…
How to extract the regression coefficients in a model and compare if they are different significantly?How can I save the coefficient from the panel data regression and compare them using T-test? For exa…
How does Stata identify and generate a categorical variable from a subgroup of entire observation?Hi all, I have a panel data and this table shows an annual transaction of certain fruits. Now, I try…
Computation of mean with nondetects / data with left censored dataHi I would like to know how can I get the mean of my data that has left censored: +----------------…
Systematic VariationHow can I test the systematic variation in the Stata? I tried to use F-test to check it.Am I on the …
Subscribe to:
Post Comments (Atom)
0 Response to Command for computing effect size for paired/dependent samples t-test
Post a Comment