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 Nov. 17, 2023, 5:07 p.m.