Skip to content
Prev 62986 / 398498 Next

lme and varFunc()

Hi Chris,

You could perform a graphical check before deciding which variance 
function is reasonable to use. For example, in your case maybe 
something like:

plot(model1, resid(., type="p")~Block)

would have shown that the variability depends on `Block' (note: 
`Block' sounds like a categorical variable, if so probably you could 
also consider `varIdent()')

I hope it helps.

Best,
Dimitris

----
Dimitris Rizopoulos
Ph.D. Student
Biostatistical Centre
School of Public Health
Catholic University of Leuven

Address: Kapucijnenvoer 35, Leuven, Belgium
Tel: +32/16/336899
Fax: +32/16/337015
Web: http://www.med.kuleuven.ac.be/biostat
     http://www.student.kuleuven.ac.be/~m0390867/dimitris.htm


----- Original Message ----- 
From: "Christoph Scherber" <Christoph.Scherber at uni-jena.de>
To: <r-help at stat.math.ethz.ch>
Sent: Tuesday, January 25, 2005 9:57 AM
Subject: Re: [R] lme and varFunc()