-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
The current code for pk.calc.aucint() and pk.calc.aumcint() are nearly identical only changing the integration functions (
Lines 183 to 185 in aac6a30
| fun_linear = aucintegrate_linear, | |
| fun_log = aucintegrate_log, | |
| fun_inf = aucintegrate_inf |
Lines 528 to 530 in aac6a30
| fun_linear = aumcintegrate_linear, | |
| fun_log = aumcintegrate_log, | |
| fun_inf = aumcintegrate_inf |
Please:
- Rename
pk.calc.aucint()topk.calc.auxcint()and add the integration functions as arguments ().Line 30 in aac6a30
pk.calc.aucint <- function(conc, time, - Create new, simpler
pk.calc.aucint()andpk.calc.aumcint()functions that use the newpk.calc.auxcint()function with the correct integration functions.
Metadata
Metadata
Assignees
Labels
No labels