From 91a5834dd701211f929fd25419dc34561ce3b4e7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 14 Feb 2025 09:15:20 +0100 Subject: Initialize dev docs --- docs/dev/reference/intervals.saem.mmkin.html | 121 +++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 docs/dev/reference/intervals.saem.mmkin.html (limited to 'docs/dev/reference/intervals.saem.mmkin.html') diff --git a/docs/dev/reference/intervals.saem.mmkin.html b/docs/dev/reference/intervals.saem.mmkin.html new file mode 100644 index 00000000..4e25aa77 --- /dev/null +++ b/docs/dev/reference/intervals.saem.mmkin.html @@ -0,0 +1,121 @@ + +Confidence intervals for parameters in saem.mmkin objects — intervals.saem.mmkin • mkin + Skip to contents + + +
+
+
+ +
+

Confidence intervals for parameters in saem.mmkin objects

+
+ +
+

Usage

+
# S3 method for class 'saem.mmkin'
+intervals(object, level = 0.95, backtransform = TRUE, ...)
+
+ +
+

Arguments

+ + +
object
+

The fitted saem.mmkin object

+ + +
level
+

The confidence level. Must be the default of 0.95 as this is what +is available in the saemix object

+ + +
backtransform
+

In case the model was fitted with mkin transformations, +should we backtransform the parameters where a one to one correlation +between transformed and backtransformed parameters exists?

+ + +
...
+

For compatibility with the generic method

+ +
+
+

Value

+

An object with 'intervals.saem.mmkin' and 'intervals.lme' in the +class attribute

+
+ +
+ + +
+ + + + + + + -- cgit v1.2.1