Learn R Programming

ICAOD (version 1.0.1)

FIM_loglin: Fisher Information Matrix for the Mixed Inhibition Model

Description

It provides the cpp function for the FIM for the model ~theta0 + theta1* log(x + theta2).

Usage

FIM_loglin(x, w, param)

Arguments

x

Vector of design points.

w

Vector of design weight. Its length must be equal to the length of x and sum(w) = 1.

param

Vector of values for the model parameters c(theta0, theta1, theta2).

Value

Fisher information matrix.

Details

The FIM of this model does not depend on the parameter theta0.

References

Dette, H., Kiss, C., Bevanda, M., & Bretz, F. (2010). Optimal designs for the EMAX, log-linear and exponential models. Biometrika, 97(2), 513-518.