Description Usage Arguments Value Examples
Plots the evidence lower bound (ELBO) as a function of iterations
1 | plot_elbo(fit)
|
fit |
An object returned by a call to |
A ggplot2
object of the ELBO against the number of iterations
1 2 3 | sim <- simulate_phenopath()
fit <- phenopath(sim$y, sim$x)
plot_elbo(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.