diff --git a/docs/articles/a_posteriori_dosing.html b/docs/articles/a_posteriori_dosing.html index f0d7824..ddd8c3a 100644 --- a/docs/articles/a_posteriori_dosing.html +++ b/docs/articles/a_posteriori_dosing.html @@ -150,8 +150,7 @@
mod_vancomyin_Goti2018
#> $ppk_model
-#> rxode2 NA model named rx_7bbe45c9bd81b7f28b1e0f7c8463811c model (✔ ready).
+#> rxode2 NA model named rx_bea2f6b6b859e434ba4a129a70799409 model (✔ ready).
#> $state: centr, periph, AUC
#> $params: THETA_Cl, CLCREAT, DIAL, THETA_Vc, WT, THETA_Vp, THETA_Q, ETA_Cl, ETA_Vc, ETA_Vp
#> $lhs: TVCl, TVVc, TVVp, TVQ, Cl, Vc, Vp, Q, ke, k12, k21, Cc
diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml
index ab0db48..47bf413 100644
--- a/docs/pkgdown.yml
+++ b/docs/pkgdown.yml
@@ -8,5 +8,5 @@ articles:
multiple_endpoints: multiple_endpoints.html
patient_data_input: patient_data_input.html
posologyr_user_defined_models: posologyr_user_defined_models.html
-last_built: 2023-12-07T21:04Z
+last_built: 2023-12-10T17:47Z
diff --git a/docs/reference/poso_dose_auc.html b/docs/reference/poso_dose_auc.html
index 9432c6d..e5f451c 100644
--- a/docs/reference/poso_dose_auc.html
+++ b/docs/reference/poso_dose_auc.html
@@ -268,7 +268,6 @@ Examples
sigma = lotri::lotri({prop + add ~ c(0.05,0.0,0.00)}))
#>
#>
-#> using C compiler: ‘gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0’
# df_patient01: event table for Patient01, following a 30 minutes intravenous
# infusion
df_patient01 <- data.frame(ID=1,
@@ -281,7 +280,7 @@ Examples
poso_dose_auc(dat=df_patient01,prior_model=mod_run001,
time_auc=12,target_auc=45)
#> $dose
-#> [1] 396.0041
+#> [1] 396.0047
#>
#> $type_of_estimate
#> [1] "point estimate"
@@ -290,8 +289,8 @@ Examples
#> [1] 45
#>
#> $indiv_param
-#> THETA_Cl THETA_Vc THETA_Ka ETA_Cl ETA_Vc ETA_Ka
-#> 1 4 70 1 0.6019036 -0.4291744 0.1278464
+#> THETA_Cl THETA_Vc THETA_Ka ETA_Cl ETA_Vc ETA_Ka
+#> 1 4 70 1 0.601905 -0.4291724 0.1278486
#>