modelmatrix-methods: Methods for function 'model.mat'

Description Methods Examples

Description

Methods for function model.mat extracting the fixed effects model matrix for a fitted model object from class cold.

Methods

signature(object="cold"):

Returns the fixed effects model matrix of the fitted model.

Examples

1
2
3
4
5
6
7
#####  data = seizure

### AR1
seiz1M <- cold(y ~ lage + lbase + v4 + trt + trt:lbase, data = seizure, 
start = NULL, dependence = "AR1")

model.mat(seiz1M)[1:20,]

cold documentation built on Aug. 25, 2021, 5:06 p.m.