mstep {em}R Documentation

M-Step of EM algorithm

Description

This function performs an M-Step of EM Algorithm.

Usage

mstep(models, post_pr = NULL)

Arguments

models

the models used in the EM algorithm

post_pr

the posterior probability.

Value

the fitting result for the model.


[Package em version 1.0.0 Index]