mcanouil / eggla

Early Growth Genetics Longitudinal Analysis.
https://m.canouil.dev/eggla/
Other
2 stars 1 forks source link

fix: ID ordering differences *_aucs() / *_slopes() #128

Closed mcanouil closed 2 weeks ago

mcanouil commented 2 weeks ago

This update addresses the ID ordering discrepancies between the eggla_aucs() and eggla_slopes() functions by ensuring that both functions sort their output by ID (via merge() or manually). Additionally, the denominator's length in the calculations has been adjusted to depend on the number of knots, preventing potential warnings during execution.

Fixes #127