Learn R Programming

bild (version 1.2-1)

randeff-methods: Methods for function randeff

Description

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

Usage

# S4 method for bild
randeff(object)

Arguments

object

an object of class bild.

Methods

signature(object="bild"):

fitted for bild object.

Examples

Run this code
str(airpollution)

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

randeff(air0R)

Run the code above in your browser using DataLab