From 5c15ef747568b3a9a9c094b6aa546dc80e3aa87a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 27 Sep 2021 20:10:01 +0200 Subject: intervals() methods, more DFOP/tc variants --- docs/dev/reference/intervals.saem.mmkin.html | 205 +++++++++++++++++++++++++++ 1 file changed, 205 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..a160b21d --- /dev/null +++ b/docs/dev/reference/intervals.saem.mmkin.html @@ -0,0 +1,205 @@ + + + + + + + + +Confidence intervals for parameters in saem.mmkin objects — intervals.saem.mmkin • mkin + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+ +
+
+ + +
+

Confidence intervals for parameters in saem.mmkin objects

+
+ +
# S3 method for 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?

+ +

Value

+ +

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

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