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

Description Usage Arguments Details Value Author(s) Examples

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

1
sF(mu, X, event)

Arguments

mu

mu.

X

design matrix.

event

non-censoring event indicator.

Details

This function implements the score vector and Fisher information matrix.

Value

s and F.

Author(s)

Holger Reulen

Examples

1
## Not run: sF(mu, X, event)

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

Related to sF in penMSM...