Page 1 of 1

Two-sample comparison of proportions power calculation

Posted: Mon Feb 01, 2021 7:29 pm
by jacob
Hi!

How can I conduct a two-sample comparison of proportions power calculation using Jamovi?

In R I would use a power.prop.test function like

power.prop.test(p1=0.1, p2=0.11, power=0.8, alternative='two.sided', sig.level=0.05)

to find the number of observations for each variation.

More info: https://signalvnoise.com/posts/3004-ab- ... ample-size

Thanks in advance!

Re: Two-sample comparison of proportions power calculation

Posted: Mon Feb 01, 2021 10:54 pm
by MAgojam
jacob wrote: In R I would use a power.prop.test function like
power.prop.test(p1=0.1, p2=0.11, power=0.8, alternative='two.sided', sig.level=0.05)
Hi, @jacob.
In jamovi you can simply use the Rj Editor module and pass it your script to get what you can see in the attached screenshot.
Screenshot.PNG
Screenshot.PNG (41.38 KiB) Viewed 1790 times
Cheers,
Maurizio