sF {penMSM} | R Documentation |
This function calculates the score vector and the Fisher information matrix needed for the estimation of multistate models using the Fisher scoring algorithm.
sF(mu, X, event)
mu |
mu. |
X |
design matrix. |
event |
non-censoring event indicator. |
This function implements the score vector and Fisher information matrix.
s and F.
Holger Reulen
## Not run: sF(mu, X, event)