plot_mfa_trace | R Documentation |
Plots the trace of the posterior log-likelihood.
plot_mfa_trace(m)
m |
A fit returned from |
A ggplot2
plot plotting
the trace of the posterior log-likelihood.
synth <- create_synthetic(C = 20, G = 5) m <- mfa(synth$X) plot_mfa_trace(m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.