##load the data
data(mesa.data.model)
##examine components
names(mesa.data.model)
printMesaDataNbrObs(mesa.data.model)
##requested geographic and spatio-temporal covariates
mesa.data.model$LUR.list
mesa.data.model$ST.Ind
##covariates for the temporal intercept
head(mesa.data.model$X$const)
##...and the two smooth temporal trends
head(mesa.data.model$X$V1)
head(mesa.data.model$X$V2)
##Some important dimensions of the model
loglike.dim(mesa.data.model)
Run the code above in your browser using DataLab