View source: R/tracePlotFROC.R
Trace plot
1 2 3 4 5 6 7 8 | trace_Plot(
StanS4class,
param_name = name_of_param_whose_Rhat_is_maximal(StanS4class),
chains = 1:length(StanS4class@stan_args),
type = 2,
new.imaging.device = TRUE,
omit_initial_iter = 13
)
|
StanS4class |
An S4 object of class To be passed to |
param_name |
character, indicating param name. |
chains |
A positive integer, indicating the number of chains in MCMC |
type |
An integer, for the color of background and etc. |
new.imaging.device |
Logical: |
omit_initial_iter |
A positive integer, except which from the first iteration, trace plot is drawn |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.