coef method for objects of class mtar
Usage
# S3 method for class 'mtar'
coef(object, ..., FUN = mean)Arguments
- object
an object of class
mtarobtained from a call to themtar()function.- ...
additional arguments passed to
FUN.- FUN
a function to be applied to the MCMC chains associated with each model parameter. By default,
FUNis set tomean.