Re: [R] Problem with groupedData and lme

2009-07-03 Thread Dieter Menne
MUHC-Research wrote: > > > I'm currently having trouble with the implementation of a groupedData > object in the lme() function. > > Executing the following function >> applyScalingSimp <- function(input.population) >> { >> ## GA is a time value >> varInOrder <- c("GA","weigh

[R] Problem with groupedData and lme

2009-07-02 Thread Luc Villandre
Dear R-users, I'm currently having trouble with the implementation of a groupedData object in the lme() function. Executing the following function applyScalingSimp <- function(input.population) { ## GA is a time value varInOrder <- c("GA","weight","grouping","sex") mod