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
combining "by" and loopsDear stata members, Is there any way to run loops over OBSERVATIONS, not variables, together with …
npss: a STATA module to estimate nonparametric heteroskedastic state space modelsnpss: a STATA module to estimate nonparametric heteroskedastic state space models is now available i…
Robust correlation matrix/ covariance matrixHi Statalist members I would like to ask: How to obtain a robust correlation/ covariance matrix? S…
Bug saving funnel plotsHello When I try to open a saved funnel plot generated by Code: meta funnelplot, contours(1 5 10…
Multinomial Logistic Regression Taking hour+Hello, I'm running a fairly simple multinomial logistic regression with a sort of categorical/ordina…
Subscribe to:
Post Comments (Atom)
0 Response to Bootstrapped CI for effect size for one sample t-test
Post a Comment