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 plotting my data, I get an inaccurate output with eta_distrib() where the etas are not accurately shown. Specifically, I have 3 etas in the model, "ETA_CL", "ETA_KA", and "ETA_V2", only two are showing up, and it's unclear what I'm actually seeing in the figures since something is inaccurately merged.
When plotting my data, I get an inaccurate output with
eta_distrib()
where the etas are not accurately shown. Specifically, I have 3 etas in the model, "ETA_CL", "ETA_KA", and "ETA_V2", only two are showing up, and it's unclear what I'm actually seeing in the figures since something is inaccurately merged.I traced it to
xpose/R/plot_distribution.R
Lines 104 to 108 in 4bf7ff9
The issue appears to be the assumption that
reorder_factors()
makes that the etas match the naming of "ETA(X)" where X is a number.The text was updated successfully, but these errors were encountered: