plot_mfa_autocorr: Plot MFA autocorrelation

View source: R/mfa.R

plot_mfa_autocorrR 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)

kieranrcampbell/mfa documentation built on March 27, 2022, 5:20 a.m.