getcoef-methods {cold}R Documentation

Methods for function getcoef

Description

Methods for function getcoef extracting the coefficient estimates of the fitted model object from class cold.

Methods

signature(object="cold"):

Returns the coefficient estimates of the fitted model.

Examples

#####  data = seizure

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

getcoef(seiz1M)

### indR
seiz0R <- cold(y ~ lage + lbase + trt + trt:lbase + v4, random = ~ 1,
        data = seizure, dependence = "indR")

getcoef(seiz0R)


[Package cold version 2.0-3 Index]