ddlpl {penMSM} | R Documentation |
ddlpl.
Description
Second partial derivative of the log partial likelihood with respect to the linear predictor.
Usage
ddlpl(b, X, Ri, Ci)
Arguments
b |
vector of regression coefficients. |
X |
design matrix. |
Ri |
list of length |
Ci |
list of length |
Details
This function calculates the second partial derivative of the log partial likelihood.
Value
A vector with second gradients.
Author(s)
Holger Reulen
Examples
## Not run: ddlpl(b, X, Ri, Ci)
[Package penMSM version 0.99 Index]