R/model.matrix.CARBayes.R

Defines functions model.matrix.CARBayes

Documented in model.matrix.CARBayes

model.matrix.CARBayes <- function(object,...)
{
    #### Return the DIC
    return(object$X)
}

Try the CARBayes package in your browser

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

CARBayes documentation built on May 29, 2024, 7:44 a.m.