View source: R/check_PEC_binom_bound.R
check_PEC_binom_bound | R Documentation |
Checks if the arguments of the PEC_binom_bound()
function are correctly specified.
check_PEC_binom_bound( n, alpha_1, beta_1, alpha_2, beta_2, alpha_D, beta_D, v, plot )
n |
The sample size. |
alpha_1, beta_1 |
The parameters of the first beta prior. |
alpha_2, beta_2 |
The parameters of the second beta prior. |
alpha_D, beta_D |
The parameters of the design beta prior. |
v |
A constant used to determine the optimal sample size. |
plot |
Logical. Should a plot be displayed? |
An error message.
This is an internal function.
Michele Cianfriglia michele.cianfriglia@uniroma1.it
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.