Coefficient in opposite direction of data

Hello, I am having a hard time understanding the output of some of my tests. The coefficient seems to be in the opposite direction of the data. I used subject as a random effect, and my only thought is that the effect is strong, but is person specific. Thanks for your help!

Hi @lalas25,

You are likely correct in your interpretation that the random effect might be causing the sign change on the coef.

If you wanted to test this in our current github addition we have added a flag that allows you to print the model (full results - flag is save_models = TRUE) in a RDS file. This would allow you to go back and check what exactly is happening. We are also working on a version update that will allow you to have the option to plot the residuals instead of the raw data.

I hope this helps!
Best,
Kelsey

Thank you for your help and the great tools!