Learn R Programming

CARBayes (version 6.1.1)

model.matrix.CARBayes: Extract the model (design) matrix from a model.

Description

This function takes a CARBayes object and returns the design matrix.

Usage

# S3 method for CARBayes
model.matrix(object, ...)

Arguments

object

A CARBayes fitted model object.

...

Ignored.

Author

Duncan Lee