binom.power {binom} | R Documentation |
Uses Wald statistics to compute power curves for several parameterizations.
binom.power(p.alt, n = 100, p = 0.5, alpha = 0.05, phi = 1, alternative = c("two.sided", "greater", "less"), method = c("cloglog", "logit", "probit", "asymp", "lrt", "exact"))
p.alt |
Probability of success under the alternative hypothesis. |
n |
Vector of number of independent trials in the binomial experiment. |
p |
Probability of success under the null hypothesis. |
alpha |
Type-I error rate. |
phi |
Overdispersion parameter. |
alternative |
Type of alternative hypothesis. |
method |
The method used to compute power. |
For derivations see doc/binom.pdf.
The estimated probability of detecting the difference between
p.alt
and p
.
Sundar Dorai-Raj (sdorairaj@gmail.com)
binom.confint
, binom.bayes
,
binom.logit
, binom.probit
, binom.coverage
binom.power(0.95, alternative = "greater")