coef.bayeslist {bayeslist}R Documentation

Extract coefficients from a bayeslist object

Description

Create a table of coefficient results from a bayeslist object.

Usage

## S3 method for class 'bayeslist'
coef(object, ...)

Arguments

object

A bayeslist object from running the main function bayeslist.

...

Further arguments to be passed according to coef.

Value

A table of coefficients with their corresponding lower and upper bounds.


[Package bayeslist version 0.0.1.5 Index]