getvcov-methods: Methods for function 'getvcov'

Description Methods Examples

Description

Extract the variance-covariance matrix of a fitted model object from class cold.

Methods

signature(object="cold"):

Returns a numeric value corresponding to the variance-covariance matrix of the fixed effect estimates.

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")

getvcov(seiz1M)

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