findcrit | R Documentation |
findcirt()
calculates the critical values in the general correlation matrix
findcrit(
salpha = c(0.01, 0.02, 0.025),
smatrix = diag(3),
sided = 1,
tol = 1e-10,
alpha.tol = 1e-11
)
salpha |
Numeric vector of cumulative alpha levels. |
smatrix |
General correlation matrix. |
sided |
Integer vector indicating the side of the test:
|
tol |
Numeric scalar with the tolerance level for computing critical values. |
alpha.tol |
Numeric scalar. If the alpha increment is less than this,
the critical value is set to a large number determined by |
List with element crit.value
containing the obtained critical values.
Xiaodong Luo
findcrit(
salpha = c(0.01, 0.02, 0.025),
smatrix = diag(3),
sided = 1,
tol = 1e-10,
alpha.tol = 1e-11
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.