From 630e657f1794ea441afc9ff10663309fec5e847e Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Tue, 1 Nov 2022 14:16:21 +0100
Subject: Update online docs
---
docs/dev/reference/illparms.html | 21 +++++++++++++++++----
1 file changed, 17 insertions(+), 4 deletions(-)
(limited to 'docs/dev/reference/illparms.html')
diff --git a/docs/dev/reference/illparms.html b/docs/dev/reference/illparms.html
index 184299ed..c0de4115 100644
--- a/docs/dev/reference/illparms.html
+++ b/docs/dev/reference/illparms.html
@@ -21,7 +21,7 @@ without parameter transformations is used.">
mkin
- 1.1.2
+ 1.2.0
@@ -48,11 +48,14 @@ without parameter transformations is used.">Example evaluations of dimethenamid data from 2018 with nonlinear mixed-effects models
- Example evaluation of FOCUS Example Dataset Z
+ Short demo of the multistart method
Performance benefit by using compiled model definitions in mkin
+
+ Example evaluation of FOCUS Example Dataset Z
+
Calculation of time weighted average concentrations with mkin
@@ -100,6 +103,9 @@ without parameter transformations is used.
# S3 method for mkinfit
illparms(object, conf.level = 0.95, ...)
+# S3 method for illparms.mkinfit
+print(x, ...)
+
# S3 method for mmkin
illparms(object, conf.level = 0.95, ...)
@@ -109,6 +115,9 @@ without parameter transformations is used.
# S3 method for saem.mmkin
illparms(object, conf.level = 0.95, random = TRUE, errmod = TRUE, ...)
+# S3 method for illparms.saem.mmkin
+print(x, ...)
+
# S3 method for mhmkin
illparms(object, conf.level = 0.95, random = TRUE, errmod = TRUE, ...)
@@ -149,8 +158,7 @@ tested?
For mkinfit or saem objects, a character vector of parameter
names. For mmkin or mhmkin objects, a matrix like object of class
-'illparms.mmkin' or 'illparms.mhmkin'. The latter objects have a suitable
-printing method.
+'illparms.mmkin' or 'illparms.mhmkin'.
Details
@@ -161,6 +169,11 @@ effects expressed as standard deviations include zero, and if
the confidence intervals for the error model parameters include
zero.
+
+
Note
+
All return objects have printing methods. For the single fits, printing
+does not output anything in the case no ill-defined parameters are found.
+
Examples
--
cgit v1.2.1