Skip to content

[R-lme] Extract estimated variances from output of lme?

2 messages · Tingting Zhan, Ben Bolker

#
Tingting Zhan <tingting.zhan <at> jefferson.edu> writes:
[snip]
?VarCorr

and

str(VarCorr(lme.exp1))

to figure out how to extract the values you want (it's
a slightly odd object, a matrix of mode 'character' with
labels interspersed with numeric values ...)

  r-sig-mixed-models is probably the best list for this
sort of query ...