checkcrit {MultiGroupSequential} | R Documentation |
Check critical values
Description
checkcrit()
is a helper function that checks if the critical values
are valid.
Usage
checkcrit(
scrit = qnorm(c(0.01, 0.02, 0.025)),
salpha = c(0.01, 0.02, 0.025),
smatrix = diag(3),
sided = 1
)
Arguments
scrit |
Numeric vector of critical values. |
salpha |
Numeric vector of cumulative alpha levels. |
smatrix |
General correlation matrix. |
sided |
Integer vector indicating the side of the test:
|
Value
List with:
-
crit.value
: Critical values -
salpha
: Cumulative alpha levels passed tosalpha
argument
Author(s)
Xiaodong Luo
Examples
checkcrit(
scrit = qnorm(c(0.01, 0.02, 0.025)),
salpha = c(0.01, 0.02, 0.025),
smatrix = diag(3),
sided = 1
)
[Package MultiGroupSequential version 1.1.0 Index]