Learn R Programming

em (version 1.0.0)

init.em: Initialization of EM algorithm

Description

Given a matrix with number of rows equal to the number of observation and number of columns equal to the number of latent classes, function `init.em` generate the posterior probability using that matrix based on the method set by the user.

Usage

init.em(object, ...)

Value

The posterior probability matrix

Arguments

object

A matrix.

...

other used arguments.