search for: groupframe

Displaying 1 result from an estimated 1 matches for "groupframe".

Did you mean: group_name
2009 Jul 02
1
Problem with groupedData and lme
...input.population <- cbind(input.population,GASpline) > > lmeFormula <- as.formula(paste("VARI1", "~", > modelVar["sex"],"+ (", paste(colnames(GASpline),sep="",collapse="+"), > ")|id")) > groupFrame <- groupedData(formula = lmeFormula, data = > input.population) > > lme.output <- lme( fixed=groupFrame, > > random=do.call(what="pdDiag",args=list(form=as.formula(paste("~",paste(colnames(GASpline),collapse="+&quo...