aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2021-10-05 17:33:52 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2021-10-05 17:33:52 +0200
commitff83d8b2ba623513d92ac90fac4a1b0ec98c2cb5 (patch)
tree7811a1e083951d84bd54bfce9bb62af640da329e /man
parent121e38654eea03c91aa117da58fc342feff01756 (diff)
Update docs
Diffstat (limited to 'man')
-rw-r--r--man/nlmixr.mmkin.Rd8
1 files changed, 5 insertions, 3 deletions
diff --git a/man/nlmixr.mmkin.Rd b/man/nlmixr.mmkin.Rd
index 698c04f0..f9349727 100644
--- a/man/nlmixr.mmkin.Rd
+++ b/man/nlmixr.mmkin.Rd
@@ -151,11 +151,11 @@ AIC(nlme(f_mmkin_parent["HS", ]))
plot(f_nlmixr_fomc_saem_tc)
sfo_sfo <- mkinmod(parent = mkinsub("SFO", "A1"),
- A1 = mkinsub("SFO"))
+ A1 = mkinsub("SFO"), quiet = TRUE)
fomc_sfo <- mkinmod(parent = mkinsub("FOMC", "A1"),
- A1 = mkinsub("SFO"))
+ A1 = mkinsub("SFO"), quiet = TRUE)
dfop_sfo <- mkinmod(parent = mkinsub("DFOP", "A1"),
- A1 = mkinsub("SFO"))
+ A1 = mkinsub("SFO"), quiet = TRUE)
f_mmkin_const <- mmkin(list(
"SFO-SFO" = sfo_sfo, "FOMC-SFO" = fomc_sfo, "DFOP-SFO" = dfop_sfo),
@@ -167,6 +167,8 @@ f_mmkin_tc <- mmkin(list(
"SFO-SFO" = sfo_sfo, "FOMC-SFO" = fomc_sfo, "DFOP-SFO" = dfop_sfo),
ds, quiet = TRUE, error_model = "tc")
+nlmixr_model(f_mmkin_const["SFO-SFO", ])
+
# A single constant variance is currently only possible with est = 'focei' in nlmixr
f_nlmixr_sfo_sfo_focei_const <- nlmixr(f_mmkin_const["SFO-SFO", ], est = "focei")
f_nlmixr_fomc_sfo_focei_const <- nlmixr(f_mmkin_const["FOMC-SFO", ], est = "focei")

Contact - Imprint