I am still trying to find a model for a large dataset, approximately 1-5 measurements per patient (over time), one is the baseline value at t=0. The researcher is interested in the change over time and in the effect of the baseline value on that change. I want to set up a LMEM with random intercept+slope and I want to account for the baseline by adding this as a covariate.
However, I have read some literature and it seems that it is not correct due to the dependency which is created by this. Nevertheless I read more than one paper where this model was performed.
So basically I mean something like this:
$$ z_{i,j}=y_{i,j}-y_{i,0}=(\beta_0+b_{i,0})+(\beta_1+b_{1,0})\cdot t_{i,j}+\beta_3 y_{i,0}+...(\text{other covariates})+\epsilon_{i,j} $$
and it appears strange to me. So basically change scores are used for pre/post experiments but for several patients I have more than one post value, this might also be a problem? Furthermore I'm not sure whether we should really consider the change as the response because I also read that these types of model in general have some undesired properties.
Maybe anyone can help? Thanks!