plot_mfa_trace: Plot MFA trace

Description Usage Arguments Value Examples

View source: R/mfa.R

Description

Plots the trace of the posterior log-likelihood.

Usage

1

Arguments

m

A fit returned from mfa

Value

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

Examples

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

mfa documentation built on Nov. 8, 2020, 8:10 p.m.