plot_mfa_autocorr {mfa}R Documentation

Plot MFA autocorrelation

Description

Plots the autocorrelation of the posterior log-likelihood.

Usage

plot_mfa_autocorr(m)

Arguments

m

A fit returned from mfa

Value

A ggplot2 plot returned by the ggmcmc package plotting the autocorrelation of the posterior log-likelihood.

Examples

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

[Package mfa version 1.15.0 Index]