plotConvergence: Plot convergence of EM

plotConvergenceR Documentation

Plot convergence of EM

Description

Generic function plotting convergence diagnostics for different methods.

Usage

plotConvergence(x, ...)

Arguments

x

object with convergence statistics

...

additional parameters for the specific object type

Value

plot of EM convergence

Author(s)

Martin Pirkl

Examples

sim <- simData(Sgenes = 3, Egenes = 2, Nems = 2, mw = c(0.4,0.6))
data <- (sim$data - 0.5)/0.5
data <- data + rnorm(length(data), 0, 1)
result <- mnem(data, k = 2, starts = 1)
par(mfrow=c(2,2))
plotConvergence(result)

cbg-ethz/mnem documentation built on Feb. 5, 2024, 5:46 a.m.