Description Usage Arguments Details Value References See Also Examples
It provides the cpp function for the FIM for the model
~theta1/(1+exp(theta2*x+theta3))+theta4
.
This model is another re-parameterization of the 4-parameter Hill model.
For more details, see Eq. (1) and (2) in Hyun and Wong (2015).
1 | FIM_logistic_4par(x, w, param)
|
x |
Vector of design points. |
w |
Vector of design weight. Its length must be equal to the length of |
param |
Vector of values for the model parameters |
The fisher information matrix does not depend on theta4
.
Fisher information matrix.
Hyun, S. W., & Wong, W. K. (2015). Multiple-Objective Optimal Designs for Studying the Dose Response Function and Interesting Dose Levels. The international journal of biostatistics, 11(2), 253-271.
1 2 3 | FIM_logistic_4par(x = c(-6.9, -4.6, -3.9, 6.7 ),
w = c(0.489, 0.40, 0.061, 0.050),
param = c(1.563, 1.790, 8.442, 0.137))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.