init.em {em}R Documentation

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, ...)

Arguments

object

A matrix.

...

other used arguments.

Value

The posterior probability matrix


[Package em version 1.0.0 Index]