R/as.matrix.saemodel.R

as.matrix.saemodel <-
function(x, ...){
   areaID <- x$areaID
   X <- x$X
   y <- x$y
   res <- cbind(y, X, areaID)
   res <- as.matrix(res)
   return(res)
}

Try the rsae package in your browser

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

rsae documentation built on May 2, 2019, 5:50 p.m.