Description Usage Arguments Value See Also Examples
binom.ppow
computes (through simulation) the power of a binomial experiment with a specified sample size, using pilot data.
1 2 | binom.ppow(n, pilotdata, r = 10000, alternative = c("two.sided", "less",
"greater"), alpha = 0.05, nullp = 0.5, conf.level = 0.95)
|
n |
sample size. |
pilotdata |
a list with numerical or categorical pilot data. Largest number of second category is treated as success. |
r |
number of simulations to compute power. |
alternative |
type of alternative hypothesis in binomial test. Must be " |
alpha |
significance threshhold. |
nullp |
probability of success in null hypothesis. |
conf.level |
size of confidence intervals. |
The probability of finding p < α with the experiment description and a 95
binom.power
, binom.ppow
, binom.explore
, and binom.pexplore
.
1 2 3 | binom.ppow(n=16, pilotdata = (1, 1, 0, 0, 1, 1), p=0.8)
binom.ppow(n=16, pilotdata = ("a", "b", "b", "b"), p=0.8, alternative="greater")
binom.ppow(n=16, pilotdata = ("a", "b", "b", "b"), r=5000, nullp=0.25, alternative="greater")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.