eff | R Documentation |
Efficiency between two Information Matrices
eff(criterion, mat1, mat2, k = 0, intPars = c(1), matB = NA)
criterion |
character variable with the chosen optimality criterion. Can be one of the following:
|
mat1 |
first information matrix, for the numerator. |
mat2 |
second information matrix, for the denominator. |
k |
number of parameters of the model. Taken from the number of rows of the matrix if omitted. |
intPars |
numeric vector with the index of the parameters of interest of the model. Only for "Ds-Optimality". |
matB |
matrix of the integral of the information matrix over the interest region. Only for "I-Optimality". |
Efficiency of first design with respect to the second design, as a decimal number.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.