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)
}

Try the CARBayesST package in your browser

Any scripts or data that you put into this service are public.

CARBayesST documentation built on Nov. 2, 2023, 6:23 p.m.