randeff-methods {cold}R Documentation

Methods for function randeff

Description

Methods for function randeff extracting conditional random effects of a fitted model object from class cold.

Methods

signature(object="cold"):

randeff for cold object.

Examples

#####  data = seizure

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

randeff(seiz0R)


[Package cold version 2.0-3 Index]