coef.mtar: coef method for objects of class 'mtar'

View source: R/extractors.R

coef.mtarR Documentation

coef method for objects of class mtar

Description

coef method for objects of class mtar

Usage

## S3 method for class 'mtar'
coef(object, ..., FUN = mean)

Arguments

object

an object of class mtar obtained from a call to the mtar() function.

...

additional arguments passed to FUN.

FUN

a function to be applied to the MCMC chains associated with each model parameter. By default, FUN is set to mean.

Value

A list containing the summary statistics obtained by applying FUN to the MCMC chains of each model parameter.


mtarm documentation built on Jan. 12, 2026, 1:07 a.m.

Related to coef.mtar in mtarm...