Learn R Programming

bild (version 1.2-1)

vareff-methods: Methods for function vareff

Description

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

Usage

# S4 method for bild
vareff(object)

Arguments

object

an object of class bild.

Methods

signature(object="bild"):

vareff for bild object.

Examples

Run this code
str(airpollution)

#####  dependence="indR"
air0R <- bild(wheeze~age+smoking, data=airpollution, time="age", dependence="indR")

vareff(air0R)

Run the code above in your browser using DataLab