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 |
... |
Further arguments to be passed according to |
Value
A table of coefficients with their corresponding lower and upper bounds.
[Package bayeslist version 0.0.1.5 Index]