Skip to content

Nested models?

3 messages · Kenneth Cabrera, Kjetil Halvorsen, Brian Ripley

#
Hello R users:

I have two questions:

1. How can I perform Nested (several levels) mixed experimental models in R?

2. Where can I find the fac.design, design functions in R?

Thank you very much.
#
Hola!

This cvan be done with the nlme package, function lme, quiet easily, 
but it is a goog idea to buy the Pinheiro/Bates book. Or mayby MASS4
covers this enough for a start?

2. AFAIK, this doesnt exist in R. 

Kjetil Halvorsen
Kenneth Cabrera wrote:
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
On Thu, 22 Aug 2002, kjetil halvorsen wrote:

            
If you have balanced nested mixed models, aov using Error may be a bit
easier.  MASS3 and MASS4 have examples done both ways.