Hi I am doing lme models and they are coming out using the REML method, can anyone please tell me how i use the ML method and exactly what i put in to R to do this? Just wanted to say thanks for everyone who helped with my last question. Thanks Joe -- View this message in context: http://www.nabble.com/method-ML-tp23040635p23040635.html Sent from the R help mailing list archive at Nabble.com.
Hi Joe, You're using the lme() function? If so, then adding /method = "ML" / to the argument list should do the trick. Cheers, Luc joewest wrote:> Hi > > I am doing lme models and they are coming out using the REML method, can > anyone please tell me how i use the ML method and exactly what i put in to R > to do this? > > Just wanted to say thanks for everyone who helped with my last question. > > Thanks > > Joe >