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
converting OR into RRHello, I am running a propensity score analysis where imbalanced covariates are adjusted for using …
Dummies time fixed effectsHello, I have a dataset with several countries and quarterly values. i' m running the following regr…
Industry-level data analysisDear Statalist community, I'm new here, this is my first post and would like to kindly ask you for …
Question about entity fixed effect and time fixed effectHello everyone, my name is Andy, I'm new here. I had a problem while working on my final essay, the …
bootstrap for internal validation: how can we get the bootstrap estimated AUC with a multiply imputed data?Dear Statalist, I wish to get the apparent AUC of bootstrap internal validation in a multiple impute…
Subscribe to:
Post Comments (Atom)
0 Response to Bootstrapped CI for effect size for one sample t-test
Post a Comment