Re: [R] lme in R and Splus-7

2007-02-06 Thread Dieter Menne
yyan liu zhliur at yahoo.com writes: I used the function lme in R and Splus-7. With the same dataset and same argument for the function, I got quite different estimation results from these two software. Anyone has this experience before? From the FAQ: R by default uses treatment contrasts

[R] lme in R and Splus-7

2007-02-05 Thread yyan liu
Hi: I used the function lme in R and Splus-7. With the same dataset and same argument for the function, I got quite different estimation results from these two software. Anyone has this experience before? zhong - Get your own web address

Re: [R] lme in R and Splus-7

2007-02-05 Thread Bert Gunter
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of yyan liu Sent: Monday, February 05, 2007 11:25 AM To: r-help@stat.math.ethz.ch Subject: [R] lme in R and Splus-7 Hi: I used the function lme in R and Splus-7. With the same dataset and same argument

[R] lme in R and Splus

2003-09-03 Thread Michael Fugate
Good Day, Included below is some code to generate data and to fit a mixed effects model to this fake data. The code works as expected when I call the function lme in Splus but not in R. The error message from calling lme in R is: Error in getGroups.data.frame(dataMix, groups) :

Re: [R] lme in R and Splus

2003-09-03 Thread Douglas Bates
Michael Fugate [EMAIL PROTECTED] writes: ## BEGINNING OF CODE ### # a fake dataset to make the bumps with nn - 30 # of data points mm - 7 # number of support sites for x(s) # create sites s ss - seq(1,10,length=nn) # create the data y e1 -

Re: [R] lme in R and Splus

2003-09-03 Thread Peter Dalgaard BSA
Michael Fugate [EMAIL PROTECTED] writes: ## BEGINNING OF CODE ### # a fake dataset to make the bumps with nn - 30 # of data points mm - 7 # number of support sites for x(s) # create sites s ss - seq(1,10,length=nn) # create the data y e1 -