Learn R Programming

CARBayesST (version 4.0)

coef.CARBayesST: Extract the regression coefficients from a model.

Description

This function takes a CARBayesST object and returns the vector of estimated regression coefficients (posterior means).

Usage

# S3 method for CARBayesST
coef(object, ...)

Arguments

object

A CARBayesST fitted model object.

...

Ignored.

Author

Duncan Lee