Learn R Programming

bpr (version 1.0.8)

plot.poisreg: Plot Trace and Distribution of Regression Parameters

Description

Plot Trace and Distribution of Regression Parameters

Usage

# S3 method for poisreg
plot(x, ...)

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.

Arguments

x

object of class "poisreg" (usually, the result of a call to sample_bpr).

...

further arguments passed to or from other methods.

See Also

sample_bpr, plot.mcmc