Skip to content

Reset AUC compartment at each dose event #996

Answered by kylebaron
mark0935git asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mark0935git -

I think the NONMEM way would be to turn the compartment off and then on again. We can do it a little simpler in mrgsolve. See the suggestions below ... two approaches, one using the data and one using just the model.

library(dplyr)
#> 
#> Attaching package: 'dplyr'
#> The following objects are masked from 'package:stats':
#> 
#>     filter, lag
#> The following objects are masked from 'package:base':
#> 
#>     intersect, setdiff, setequal, union
library(mrgsolve)
#> 
#> Attaching package: 'mrgsolve'
#> The following object is masked from 'package:stats':
#> 
#>     filter

Reset the AUC compartment

In NONMEM, we’d turn the compartment off then on. With
mrgsolve, we can u…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mark0935git
Comment options

Answer selected by mark0935git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants