llP {penMSM} | R Documentation |
Calculates the log likelihood for poisson regression.
llP(beta, X, event, offset)
beta |
vector of regression coefficients. |
X |
design matrix. |
event |
non-censoring event indicator. |
offset |
offset. |
This function calculates the Poisson log likelihood.
The values of the Poisson log likelihood.
Holger Reulen
## Not run: llP(beta, X, event, offset)