Plot Trace and Distribution of Regression Parameters
# S3 method for poisreg
plot(x, ...)
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.
object of class "poisreg
" (usually, the result of a call to sample_bpr
).
further arguments passed to or from other methods.
sample_bpr
, plot.mcmc