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
Hi,
I have an original data frame with 8 columns of variables, which are stored in
'data1' frame.
data1 <- read.csv("E:\\PHD GLASGOW UNIVERSITY\\Data\\R\\Colin\\Cailness21.csv")
attach(data1)
names(data1)
[1] "Date" "d" "m" "y" "Time"
[6] "Depth" "
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
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
4 matches
Mail list logo