Learn R Programming

penMSM (version 0.99)

sF: Score vector and Fisher information matrix of the Poisson log likelihood.

Description

This function calculates the score vector and the Fisher information matrix needed for the estimation of multistate models using the Fisher scoring algorithm.

Usage

sF(mu, X, event)

Arguments

mu
mu.
X
design matrix.
event
non-censoring event indicator.

Value

Details

This function implements the score vector and Fisher information matrix.

Examples

Run this code
## Not run: sF(mu, X, event)

Run the code above in your browser using DataLab