mstep: M-Step of EM algorithm

View source: R/mstep.R

mstepR 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.


em documentation built on Jan. 11, 2023, 9:07 a.m.