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
Reshapes wide to long without wave identifierHi I have a follow-up tricky reshape that I would like some help with please. I would like to resha…
Long Panel: I use AB but It is better PVAR or panel ARDL?Hello, My sample is 27 countries over the period 1970-2020. Code: * Example generated by -dataex-…
Concentration Index (industries within one sector per country)Hello, I have a set of industries within one sector and I would like to calculate the degree of con…
Using racial/ethnic demographics as the independent variables in multivariate linear regression?Hello! I am conducting multivariate linear regression using -regress- of Google trend interest (a 10…
Cross-level interactions vs. separated regressions for categories of the interaction variable in multilevel modelsDear all, I want to investigate which child in a sibling group takes over the care of a parent. The…
Subscribe to:
Post Comments (Atom)
0 Response to Bootstrapped CI for effect size for one sample t-test
Post a Comment