Skip to content

Commit

Permalink
vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
nanhung committed Sep 20, 2022
1 parent 5a2086d commit 75da850
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/pbpk_apap.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ vignette: >

```{r setup, include = FALSE}
library(pksensi)
#mcsim_install(version = "6.1.0")
knitr::opts_chunk$set(
eval = F,
Expand Down Expand Up @@ -171,7 +172,7 @@ conditions <- c("mgkg_flag = 1",
"OralExp_APAP = NDoses(2, 1, 0, 0, 0.001)",
"OralDose_APAP_mgkg = 20.0")
vars <- c("lnCPL_APAP_mcgL", "lnCPL_AG_mcgL", "lnCPL_AS_mcgL")
times <- seq(from = 0.1, to = 12.1, by = 0.2)
times <- seq(0.1, 0.5, 1, 2, 3, 4, 6, 8, 12)
```

## Uncertainty analysis
Expand Down

0 comments on commit 75da850

Please sign in to comment.