plot,occumbFit-method {occumb} | R Documentation |
Plot method for occumbFit class.
Description
Applies jagsUI's
plot method to an occumbFit
object to draw trace plots
and density plots of MCMC samples of model parameters.
Usage
## S4 method for signature 'occumbFit'
plot(x, y = NULL, ...)
Arguments
x |
An |
y |
|
... |
Additional arguments passed to the plot method for jagsUI object. |
Value
Returns NULL
invisibly.
[Package occumb version 1.1.0 Index]