plot_mfa_autocorr: Plot MFA autocorrelation

Description Usage Arguments Value Examples

View source: R/mfa.R

Description

Plots the autocorrelation of the posterior log-likelihood.

Usage

1

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

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

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