You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When returning a GeneralizedLinearMixedModel result using julia_eval I get estimates in the subsequently saved .rds that are out of order with the labels in julia.
The data I am running is quite large and not easily shared. So I apologies for an incomplete example. The code:
When returning a GeneralizedLinearMixedModel result using julia_eval I get estimates in the subsequently saved .rds that are out of order with the labels in julia.
The data I am running is quite large and not easily shared. So I apologies for an incomplete example. The code:
produces:
But when I save it into R using:
I get:
That is a pretty serious discrepancy! Any recommendation on how to prevent this or identify the correct parameter order from the rds alone?
I ran this code in a loop across different datasets and saving only the .rds and not retaining a log to see the original Julia output.
The text was updated successfully, but these errors were encountered: