Learn R Programming

dalmatian (version 0.6.1)

coef.dalmatian: Coefficients function for dalmatian objects

Description

coef (dalmatian)

Usage

# S3 method for dalmatian
coef(object, summary = NULL, ranef = NULL, ...)

Arguments

object

Object of class dalmatian created by dalmatian().

summary

Posterior summaries computed from the supplied dalmatian object (optional).

ranef

Random effects summary computed from the supplied dalmatian object (optional).

...

Ignored

Value

List of three lists named mean, dispersion, and joint each containing the posterior means of the coefficients corresponding to the fixed and random terms of that model component (if present).

Details

Extracts coefficients for the mean and dispersion components of a dalmatian model.