Skip to content
Prev 16046 / 20628 Next

repeated measurements of continuous predictors and continuous response variable

Yes
As a start
Consider GAMMs eg
library(mgcv)
gamm( y ~ te(x1,x2,x3), list(Id=~1))