R/model.matrix.CARBayesST.R

Defines functions model.matrix.CARBayesST

Documented in model.matrix.CARBayesST

model.matrix.CARBayesST <- function(object,...)
{
    #### Return the DIC
    return(object$X)
}
duncanplee/CARBayesST documentation built on May 29, 2021, 7:35 a.m.