Open biga94 opened 4 days ago
Hi DB,
I worked on an update regarding this over the weekend, and I just pushed it to GitHub now. Can you check if this helps your case? There are still som details to iron out if the repeated measure model misses one of the main effects.
Regards, Kristian
Hey there, I was trying to fit a model on repeated measures data.
Here's an head() of my data (with altered values due to privacy):
Since I just want to assay time effect I've set the model formula:
limmpca(value ~ r(ID) + variable*time, data = df_long)
However it gives me this error:Do you know how to overcome it? Best, DB