llP: Log Likelihood for Poisson Regression.

Description Usage Arguments Details Value Author(s) Examples

Description

Calculates the log likelihood for poisson regression.

Usage

1
llP(beta, X, event, offset)

Arguments

beta

vector of regression coefficients.

X

design matrix.

event

non-censoring event indicator.

offset

offset.

Details

This function calculates the Poisson log likelihood.

Value

The values of the Poisson log likelihood.

Author(s)

Holger Reulen

Examples

1
## Not run: llP(beta, X, event, offset)

penMSM documentation built on May 2, 2019, 11:06 a.m.

Related to llP in penMSM...