Hello,
I need to test if across a series of studies, the mean response is significantly different from chance (i.e., 0.5 for binary outcomes). I calculated the effect size for one-sample t-test using this,
gen delta = response - 0.5
summ delta
local esize_onesample `r(mean)'/`r(sd)'
display =`esize_onesample'
However, this does not give the confidence interval the effect size estimate that I need for running the meta analysis. Is there a way to obtain the confidence intervals for the effect size(s)?
Thanks!
Related Posts with Bootstrapped CI for effect size for one sample t-test
Impulse response functions when the system has equations with lag and contemporeneous relationsHi I have a system as following: A(t)= A(t-1) + B(t-1) + C(t-1) + error(t) B(t)= A(t-1) + B(t-1) + …
Help with spmap legend optionHi, Im currently working on a map of Colombia with Stata 14 and spmap (Maurizio Pisati) based on th…
Survival analysis with lagged variableHi all, I am here to ask for your suggestions on how to run survival analysis with lagged variable.…
Creating a graph using xtline without connecting the data points. Shading some areas of the graphHello, I am trying to create a graph using the command xtline. The graph contains a line for the va…
Use for loop to generate growth rate and extrapolate dataI have a dataset of the following sort: Code: * Example generated by -dataex-. To install: ssc in…
Subscribe to:
Post Comments (Atom)
0 Response to Bootstrapped CI for effect size for one sample t-test
Post a Comment