plot.poisreg: Plot Trace and Distribution of Regression Parameters

View source: R/plot.R

plot.poisregR 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 "poisreg" (usually, the result of a call to sample_bpr).

...

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

sample_bpr, plot.mcmc


bpr documentation built on May 29, 2024, 11:28 a.m.