Description Usage Arguments Value Examples
Plots the autocorrelation of the posterior log-likelihood.
1 |
m |
A fit returned from |
A ggplot2
plot returned by the ggmcmc
package plotting
the autocorrelation of the posterior log-likelihood.
1 2 3 | synth <- create_synthetic(C = 20, G = 5)
m <- mfa(synth$X)
plot_mfa_autocorr(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.