Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Andy00000000000/nonmem2mrgsolve int…
Browse files Browse the repository at this point in the history
…o main

# Conflicts:
#	README.Rmd
#	README.md
  • Loading branch information
Andy00000000000 committed Jun 10, 2024
2 parents 9f63637 + ade9b9b commit 39ad158
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ This first example is drugx-oral-1cmt-101, in which you will find the NONMEM con

![](./readme_images/vignette_02.png){width=40%}


Now that the directory structure is clear, start R, load the nonmem2mrgsolve package, and set the working directory to immediately before entering the vignette folder:
```{r}
library("nonmem2mrgsolve")
Expand Down Expand Up @@ -137,6 +138,7 @@ Compiling the corrected mrgsolve code is successful:
source("./vignette/models/evolocumab-tmdd-qss-pkpd-101/mrgsolve_code_evolocumab-tmdd_user-modified.R")
mrgsolve::mcode("Test_Modified_Translation",code)
```

![](./readme_images/vignette_08.png){width=50%}

### Example 3: A Whole-body Physiologically-based Pharmacokinetic (PBPK) Model
Expand All @@ -148,6 +150,7 @@ Attempting to compile the nonmem2mrgsolve-translated mrgsolve code results in a
source("./vignette/models/mavoglurant-pbpk-101/mrgsolve_code_mavoglurant-pbpk.R")
mrgsolve::mcode("Test_Unmodified_Translation",code)
```

![](./readme_images/vignette_09.png){width=80%}


Expand All @@ -164,4 +167,5 @@ Compiling the corrected mrgsolve code is successful:
source("./vignette/models/mavoglurant-pbpk-101/mrgsolve_code_mavoglurant-pbpk_user-modified.R")
mrgsolve::mcode("Test_Modified_Translation",code)
```

![](./readme_images/vignette_12.png){width=50%}

0 comments on commit 39ad158

Please sign in to comment.