Hi Fir,
Are you sure data2 is a data frame? The error message suggests it
isn't. Try class(data2) or str(data2) if you're not sure.
On another note -- perhaps it's better to avoid using groupedData.
I've used the nlme library for years without ever using the grouped
structure. My opinion is th
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
2 matches
Mail list logo