View source: R/bwqs_main-revised.R
bwqs_plot | R Documentation |
This function provide a plot of the parameters with a credible interval. The paramenters of interest could be manually selected and also the level of credible interval.
bwqs_plot( stanfit, parms = NULL, cri_level = 0.95, point_color = "black", line_color = "black", shape = 21, size = 5 )
stanfit |
the object coming from |
parms |
a vector with the name of parameters that we want to plot possible value are
|
cri_level |
An |
point_color |
color of point that indicates the value for the fitted parameters (default |
line_color |
color of line that indicates the credible interval (default |
shape |
symbols to indicate the value of parameters. |
size |
dimension of |
For examples of this function see example of bwqs
function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.