diff --git a/articles/PopED.html b/articles/PopED.html index 760ee98..b704a13 100644 --- a/articles/PopED.html +++ b/articles/PopED.html @@ -241,7 +241,7 @@
ff_fun
from babelm
#> }
#> return(list(f = matrix(.ret$rx_pred_, ncol = 1), poped.db = poped.db))
#> }
-#> <environment: 0x557ff653b3d8>
+#> <environment: 0x5609500ba760>
Some things to note in this function:
The model changes based on the number of time-points requested. @@ -277,7 +277,7 @@
summary(poped_db_ode_babelmixr2$babelmixr2$modelMT)
#> rxode2 3.0.2.9000 model named rx_f0a42621402650b3d89354ccbe2b4201 model (✔ ready).
-#> DLL: /tmp/RtmpmeAOwJ/rxode2/rx_f0a42621402650b3d89354ccbe2b4201__.rxd/rx_f0a42621402650b3d89354ccbe2b4201_.so
+#> DLL: /tmp/RtmppmRMqn/rxode2/rx_f0a42621402650b3d89354ccbe2b4201__.rxd/rx_f0a42621402650b3d89354ccbe2b4201_.so
#> NULL
#>
#> Calculated Variables:
@@ -311,7 +311,7 @@ rxode2 models generated from
summary(poped_db_ode_babelmixr2$babelmixr2$modelF)
#> rxode2 3.0.2.9000 model named rx_8e643ff48ef66e69aba91fbca258baed model (✔ ready).
-#> DLL: /tmp/RtmpmeAOwJ/rxode2/rx_8e643ff48ef66e69aba91fbca258baed__.rxd/rx_8e643ff48ef66e69aba91fbca258baed_.so
+#> DLL: /tmp/RtmppmRMqn/rxode2/rx_8e643ff48ef66e69aba91fbca258baed__.rxd/rx_8e643ff48ef66e69aba91fbca258baed_.so
#> NULL
#>
#> Calculated Variables:
@@ -425,7 +425,7 @@ PopED’s fg_fun
#> NULL), rx__eta.cl = setNames(rx__eta.cl, NULL), DOSE = setNames(DOSE,
#> NULL))
#> }
-#> <environment: 0x557ff47517f0>
+#> <environment: 0x56094e2c40a8>
fError_fun
@@ -443,7 +443,7 @@ fError_
#> rxErr1 <- rxF * (1 + epsi[, 1]) + epsi[, 2]
#> return(list(y = rxErr1, poped.db = rxPoped.db))
#> }
-#> <environment: 0x557ff1486350>
One really important note to keep in mind is that PopED
works with variances instead of standard deviations (which is a key
difference between nlmixr2
and PopED
).
nlmixr2
in M
#> ── Time (sec fit$time): ──
#>
#> setup table compress other
-#> elapsed 0.002529 0.125 0.006 4.362471
+#> elapsed 0.002547 0.124 0.006 4.422453
#>
#> ── Population Parameters (fit$parFixed or fit$parFixedDf): ──
#>
diff --git a/articles/running-nonmem.html b/articles/running-nonmem.html
index 0bb0191..23530c8 100644
--- a/articles/running-nonmem.html
+++ b/articles/running-nonmem.html
@@ -268,7 +268,7 @@