size_one_prop | R Documentation |
This function performs sample size computation for testing one proportion in accordance with Chinese NMPA's IVD guideline.
size_one_prop(
p1,
p0,
alpha = 0.05,
power = 0.8,
alternative = c("two.sided", "less", "greater")
)
p1 |
( |
p0 |
( |
alpha |
( |
power |
( |
alternative |
( |
an object of size
class that contains the sample size and relevant parameters.
Chinese NMPA's IVD technical guideline.
size_ci_one_prop()
size_corr()
size_ci_corr()
size_one_prop(p1 = 0.95, p0 = 0.9, alpha = 0.05, power = 0.8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.