Skip to content
Prev 22913 / 398502 Next

nlme

In the non linear mixed effects package a groupedData object can be 
created to facilitate modeling.

The gD object includes a formula of the form 'response variable' ~ 
'primary covariate' | 'grouping factor'.

In experiments creating response surfaces there are 2 or more primary 
covariates.

Is there any way to use the groupedData() function to include 2 primary 
covariates?

Thanks