I am looking for a way to analyze repeated measurements.
I have data of subjects who have varying number of measurements (from 2 to 10) over fixed time periods (Week 1, week 2, etc)
The subjects are divided into two groups (A and B).
What I want to check in my analysis is:
1. For all subjects together, does Week1 differ from Week 2, Week 2 from Week 3, etc
2. Are the changes over time in group A different from the changes in group B? I expect from my data for the group A to have higher deltas between timepoints in comparison with group B.
Some issues with my data:
1. some values are missing for most individuals;
2. plotting the data over time reveals non-linear trend: There is a trend of increasing values during the first 3 weeks, and from weeks 3 to 10 - a decrease of the values;
3. measurements of different patients are quite variable (think body weight - from 50kg to 120 kg) - a wide variation
- Repeated measures ANOVA is not a good option as I understand because it cannot deal with missing data.
- Linear mixed models (LMM) seems to be a good fit, as it allows for missing data, and allows entering the subjects as a random factor (so each subject has their own intercept).
The problem I see is the slope - it is not linear.
I know SPSS does not have a non-linear mixed effects model at all and I am not skilled in any of the other statistical programs. Is there any other solution for my data or workaround to use LMM?