https://github.com/cran/CARBayes
Raw File
Tip revision: d036e3007b0f017553fec39327946e2758d6ffcb authored by Duncan Lee on 17 November 2023, 11:40:11 UTC
version 6.1
Tip revision: d036e30
model.matrix.CARBayes.Rd
\name{model.matrix.CARBayes}
\alias{model.matrix.CARBayes}


\title{
    Extract the model (design) matrix from a model.
}
\description{
    This function takes a CARBayes object and returns the design matrix.
}

\usage{
    \method{model.matrix}{CARBayes}(object, \dots)
}



\arguments{
    \item{object}{
        A CARBayes fitted model object.
    }
    \item{\dots}{
        Ignored.
    }
}
\author{
    Duncan Lee
}
back to top