model.matrix.CARBayesST: Extract the model (design) matrix from a model.
Description
This function takes a CARBayesST object and returns the design matrix.
Usage
# S3 method for CARBayesST
model.matrix(object, ...)
Arguments
- object
A CARBayesST fitted model object.
- ...
Ignored.