View source: R/power.count.poisson.onesample.exact.R
power.count.poisson.onesample.exact | R Documentation |
Power calculation utilizes the Poisson distribution ("exact" sample size/power).
power.count.poisson.onesample.exact(
sample.size,
lambda.null.hypothesis,
lambda.alternative.hypothesis,
alpha = 0.05,
alternative = c("two.sided", "less", "greater"),
details = T
)
sample.size |
Scalar - sample size |
lambda.null.hypothesis |
Scalar - null hypothesis lambda parameter |
lambda.alternative.hypothesis |
Scalar - alternative hypothesis lambda parameter |
alpha |
Scalar - Type I error rate |
alternative |
Scalar (character) - alternative hypothesis |
details |
Logical - Return calculation details (default) or return only power (details = FALSE) |
A data frame with details about the calculation or a single value with power (details = F).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.