Depending on the criterion input, the function returns the output of the corresponding criterion function given the information matrix.
crit(criterion, M, k = 0, par_int = c(1), matB = NA)
Numeric value of the optimality criterion for the information matrix.
character variable with the chosen optimality criterion. Can be one of the following:
'D-Optimality'
'Ds-Optimality'
'A-Optimality'
'I-Optimality'
'L-Optimality'
information matrix for which the criterion value wants to be calculated.
numeric variable with the number of parameters of the model. Taken from the number of rows of the matrix if omitted.
numeric vector with the index of the parameters of interest of the model. Only for "Ds-Optimality".
optional matrix of dimensions k x k, for I- and L-optimality.