esqLABS / esqlabsR

Utility functions for modelling and simulation workflows within esqLABS organization
https://esqlabs.github.io/esqlabsR/
GNU General Public License v2.0
16 stars 2 forks source link

Allow user defined pk parameters #685

Closed rengelke closed 1 month ago

rengelke commented 2 months ago

sensitivityCalculation with new parameter customOutputFunctions

@param customOutputFunctions A named list with custom function(s) for PK parameter calculation. User-defined functions should have either 'x', 'y', or both 'x' and 'y' as parameters which correspond to x-Dimension (time) or y-Dimension values from simulation results.

Related to #623 Closes #205

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.47%. Comparing base (dba1084) to head (f8ab812). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #685 +/- ## ========================================== + Coverage 86.11% 86.47% +0.35% ========================================== Files 29 29 Lines 2593 2661 +68 ========================================== + Hits 2233 2301 +68 Misses 360 360 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

PavelBal commented 1 week ago

@rengelke I added some comments after the PR was merged.