plot_mfa_trace {mfa}R Documentation

Plot MFA trace

Description

Plots the trace of the posterior log-likelihood.

Usage

plot_mfa_trace(m)

Arguments

m

A fit returned from mfa

Value

A ggplot2 plot plotting the trace of the posterior log-likelihood.

Examples

synth <- create_synthetic(C = 20, G = 5)
m <- mfa(synth$X)
plot_mfa_trace(m)

[Package mfa version 1.2.0 Index]