coef.mcmc_data: Coefficients

View source: R/coef.R

coef.mcmc_dataR Documentation

Coefficients

Description

Gets the coefficient table as a tibble.

Usage

## S3 method for class 'mcmc_data'
coef(object, conf_level = 0.95, estimate = stats::median, ...)

Arguments

object

The mcmc_data object to get the coefficent table for.

conf_level

A probability specifying the confidence level.

estimate

A function to calculate the point estimate.

...

Unused

Examples

coef(mcmc_data_example)

poissonconsulting/mcmcdata documentation built on June 5, 2023, 8:38 a.m.