integrate_reg_int {optedr} | R Documentation |
Integrate IM
Description
Integrates the information matrix over the region of interest to calculate matrix B to be used in I-Optimality calculation.
Usage
integrate_reg_int(grad, k, reg_int)
Arguments
grad |
function of partial derivatives of the model. |
k |
number of unknown parameters of the model. |
reg_int |
optional numeric vector of two components with the bounds of the interest region for I-Optimality. |
Value
The integrated information matrix.
[Package optedr version 2.0.0 Index]