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.
This update addresses the ID ordering discrepancies between the
eggla_aucs()
andeggla_slopes()
functions by ensuring that both functions sort their output by ID (viamerge()
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