model.mat-methods {cold} | R Documentation |
model.mat
Methods for function model.mat
extracting the fixed effects model matrix for a fitted model object from class cold
.
signature(object="cold")
:Returns the fixed effects model matrix of the fitted model.
##### data = seizure ### AR1 seiz1M<-cold(y~lage+lbase+v4+trt+trt:lbase, data=seizure, start=NULL, dependence="AR1") model.mat(seiz1M)[1:20,]