Displaying 1 result from an estimated 1 matches for "v51026".
Did you mean:
51026
2009 Jul 02
1
Problem with groupedData and lme
...wing function
> applyScalingSimp <- function(input.population)
> {
> ## GA is a time value
> varInOrder <- c("GA","weight","grouping","sex")
> modelVar <- c("GA_","VARI1","id","v51026")
> names(modelVar) <- varInOrder
>
> ## The following re-expresses the time in the spline basis.
> GASpline <- rcspline.eval(input.population[,modelVar["GA"]],
>
> knots=quantile(input.population[,m...