I'm working on longitudinal data with repeated measures for each subject and hundreds of variables. I would like to use linear mixed model to look at the mean response of each dependent variable at each time point. However, as the number of variables is huge I would like to reduce it to most meaningful variables. Exploratory data analysis included descriptive statistics through frequency tables and spaghetti plots. Moreover, I looked at the correlation between variables, although the resulting correlation matrix is too huge to be visualized properly. My idea was to cut the number of variables based on high correlation values.
What else should I do? Are there any other convenient ways to look at longitudinal data other than LMM when you have lots of variables?