| find.c | R Documentation |
Computes the critical boundary value at the current analysis stage by solving a probability equation under a multivariate normal distribution. The boundary is chosen so that the incremental Type I error spent at the current stage equals a specified target value, conditional on previously determined boundaries.
find.c(previous.c, pi, corr)
previous.c |
Numeric value giving the critical boundary from the previous analysis stage. |
pi |
Target incremental Type I error to be spent at the current stage. |
corr |
Correlation matrix of the joint multivariate normal distribution of test statistics across analyses. |
A numeric value giving the critical boundary c at the current analysis stage that satisfies the
specified Type I spending constraint.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.