model.matrix.CARBayesST {CARBayesST}R Documentation

Extract the model (design) matrix from a model.

Description

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

Usage

    ## S3 method for class 'CARBayesST'
model.matrix(object, ...)

Arguments

object

A CARBayesST fitted model object.

...

Ignored.

Author(s)

Duncan Lee


[Package CARBayesST version 4.0 Index]