[R] Sensitivity analysis - minimum effect size detectable by a binomial test

2014-02-05 Thread Simone
Hi all, I have performed a binomial test to verify if the number of males in a study is significantly different from a null hypothesis (say, H0:p of being a male= 0.5). For instancee: binom.test(10, 30, p=0.5, alternative=two.sided, conf.level=0.95) Exact binomial test data: 10 and 30

Re: [R] Sensitivity analysis - minimum effect size detectable by a binomial test

2014-02-05 Thread Marc Schwartz
On Feb 5, 2014, at 10:05 AM, Simone misen...@hotmail.com wrote: Hi all, I have performed a binomial test to verify if the number of males in a study is significantly different from a null hypothesis (say, H0:p of being a male= 0.5). For instancee: binom.test(10, 30, p=0.5,