Learn R Programming

cold (version 2.0-3)

vareff-methods: Methods for function vareff

Description

Methods for function vareff extracting the variance estimates of random effects of a fitted model object.

Arguments

Methods

signature(object="cold"):

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

vareff(seiz0R)

# }

Run the code above in your browser using DataLab