run.Mstep {coarseDataTools} | R Documentation |
The Maximization- or M-step for the EM algorithm implemented in EMforCFR(). Not meant to be called by users.
run.Mstep(dat)
dat |
data matrix passed from EMforCFR(). |
A list with two components
phi |
fitted vector of parameters |
Var |
variance-covariance matrix from the fitted model |
Nicholas G. Reich