Displaying 1 result from an estimated 1 matches for "gaspline".
Did you mean:
gasoline
2009 Jul 02
1
Problem with groupedData and lme
...","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[,modelVar["GA"]],
>
> probs=qVec<-c(0.05,0.275,0.5,0.725,0.95),na.rm=TRUE),
>...