sens | R Documentation |
Calculates the sensitivity function given the desired Criterion
, an information matrix and other
necessary values depending on the chosen criterion.
sens(Criterion, grad, M, par_int = c(1), matB = NA)
Criterion |
character variable with the chosen optimality criterion. Can be one of the following:
|
grad |
A function in a single variable that returns the partial derivatives vector of the model. |
M |
Information Matrix for the sensitivity function. |
par_int |
Numeric vector of the indexes of the parameters of interest for Ds-Optimality. |
matB |
Matrix resulting from the integration of the one-point Information Matrix along the interest region or lineal matrix for L-Optimality. |
The sensitivity function as a matrix of single variable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.