Learn R Programming

cold (version 2.0-3)

getvcov-methods: Methods for function getvcov

Description

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

Arguments

Methods

signature(object="cold"):

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

Examples

Run this code
# NOT RUN {
#####  data = seizure

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

getvcov(seiz1M)


# }

Run the code above in your browser using DataLab