run.Mstep {coarseDataTools}R Documentation

The maximization step for a specialized EM algorithm

Description

The Maximization- or M-step for the EM algorithm implemented in EMforCFR(). Not meant to be called by users.

Usage

run.Mstep(dat)

Arguments

dat data matrix passed from EMforCFR().

Value

A list with two components
phi fitted vector of parameters
Var variance-covariance matrix from the fitted model

Author(s)

Nicholas G. Reich

See Also

EMforCFR


[Package coarseDataTools version 0.1 Index]