stanDxplot | R Documentation |
For an rms
Bayesian fit object, uses by default the stored posterior draws to check convergence properties of posterior sampling. If instead rstan=TRUE
, calls the rstan
traceplot
function on the rstan
object inside the rmsb
object, to check properties of posterior sampling. If rstan=TRUE
and the rstan
object has been removed and previous=TRUE
, attempts to find an already existing plot created by a previous run of the knitr
chunk, assuming it was the plotno
numbered plot of the chunk.
stanDxplot(
x,
which = NULL,
rstan = FALSE,
previous = TRUE,
plotno = 1,
rev = FALSE,
stripsize = 8,
...
)
x |
an |
which |
names of parameters to plot, defaulting to all non-intercepts. When |
rstan |
set to |
previous |
see details |
plotno |
see details |
rev |
set to |
stripsize |
specifies size of chain facet label text, default is 8 |
... |
passed to |
ggplot2
object if rstan
object was in x
Frank Harrell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.