Learn R Programming

cold (version 2.0-3)

randeff-methods: Methods for function randeff

Description

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

Arguments

Methods

signature(object="cold"):

randeff for cold object.

Examples

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

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

randeff(seiz0R)

# }

Run the code above in your browser using DataLab