R/fitted.CARBayesST.R

Defines functions fitted.CARBayesST

Documented in fitted.CARBayesST

fitted.CARBayesST <- function(object,...)
{
#### Return the fitted values
return(object$fitted.values)
}

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.