plot.poisreg {bpr} | R Documentation |
Plot Trace and Distribution of Regression Parameters
Description
Plot Trace and Distribution of Regression Parameters
Usage
## S3 method for class 'poisreg'
plot(x, ...)
Arguments
x |
object of class " |
... |
further arguments passed to or from other methods. |
Value
The function calls plot.mcmc
on the matrix of sampled regression coefficients, and returns the trace of the sampled outputs and a density estimate for each variable in the chain.
See Also
[Package bpr version 1.0.8 Index]