Skip to content
Prev 10323 / 20628 Next

Non-parametric, multivariate, repeated measures, analysis. CLM?

An interaction is something between covariates...not between a covariate 
and a response variable (symptoms).
More specifically...the interaction index * Time in your model tells you 
whether the relationship
between symptoms and time changes between the indices. I think what you 
are asking is whether
the main term Time is significant.

There is another problem. By concatenating all those 9 indices in one 
long vector you are introducing a new level of
dependency in your data. I assume that the first value of index 1 is 
from the same person as the first value of index 2? And the same for the 
other 7 observations.

You need to build that dependency in your model. Either with a random 
effect Participant....or in some form of GEE with a more fancy 
correlation (if you think that the correlation between the 9 indices 
differ).

Not sure if I understand where/why the non-parametric bit comes from.

Alain