FIM_2par_exp_censor1 {ICAOD} | R Documentation |
Fisher Information Matrix for a 2-Parameter Cox Proportional-Hazards Model for Type One Censored Data
Description
It provides the cpp function for the FIM introduced in Eq. (3.1) of Schmidt and Schwabe (2015) for type one censored data.
Usage
FIM_2par_exp_censor1(x, w, param, tcensor)
Arguments
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 |
tcensor |
The experiment is terminated at the fixed time point |
Value
Fisher information matrix.
References
Schmidt, D., & Schwabe, R. (2015). On optimal designs for censored data. Metrika, 78(3), 237-257.
[Package ICAOD version 1.0.1 Index]