plot_trace | R Documentation |
Create a trace plot for all chains for a single variable of a fitted model
created by fit_model()
. If the model contains more than one chain, the
chains will be combined by pasting them together.
plot_trace(variable, model)
variable |
The name of a variable in the model |
model |
A model created by |
A trace plot
plot_trace(model = example_model, variable = "pi[1,1]")
plot_trace(model = example_model, variable = "mu[2,3]")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.