model.matrix.CARBayesST {CARBayesST} | R Documentation |
This function takes a CARBayesST object and returns the design matrix.
## S3 method for class 'CARBayesST'
model.matrix(object, ...)
object |
A CARBayesST fitted model object. |
... |
Ignored. |
Duncan Lee