plot_mfa_autocorr {mfa} | R Documentation |
Plots the autocorrelation of the posterior log-likelihood.
plot_mfa_autocorr(m)
m |
A fit returned from |
A ggplot2
plot returned by the ggmcmc
package plotting
the autocorrelation of the posterior log-likelihood.
synth <- create_synthetic(C = 20, G = 5) m <- mfa(synth$X) plot_mfa_autocorr(m)