vareff-methods {bild} | R Documentation |
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 signature 'bild'
vareff(object)
Arguments
object |
an object of class |
Methods
signature(object="bild")
:vareff for
bild
object.
Examples
str(airpollution)
##### dependence="indR"
air0R <- bild(wheeze~age+smoking, data=airpollution, time="age", dependence="indR")
vareff(air0R)
[Package bild version 1.2-1 Index]