From a350a16bb2c11986faf5883a2804d46b03bd7c8f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Sat, 10 Sep 2016 05:21:52 +0200 Subject: Static documentation rebuilt with current staticdocs Using hadley/staticdocs commit #8c1069d from 8 days ago --- docs/endpoints.html | 121 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 docs/endpoints.html (limited to 'docs/endpoints.html') diff --git a/docs/endpoints.html b/docs/endpoints.html new file mode 100644 index 00000000..376eefa9 --- /dev/null +++ b/docs/endpoints.html @@ -0,0 +1,121 @@ + + + + +endpoints. mkin 0.9.44.9000 + + + + + + + + + + + + + + + + + + +
+
+ +
+ +

+Function to calculate endpoints for further use from kinetic models fitted with mkinfit +

+ +
+
+

Usage

+
endpoints(fit)
+ +

Arguments

+
+
fit
+
+ An object of class mkinfit. +
+
+ +
+

Description

+ +

This function calculates DT50 and DT90 values as well as formation fractions from kinetic models +fitted with mkinfit. If the SFORB model was specified for one of the parents or metabolites, +the Eigenvalues are returned. These are equivalent to the rate constantes of the DFOP model, but +with the advantage that the SFORB model can also be used for metabolites.

+ +
+ +
+

Note

+ +

The function is used internally by summary.mkinfit.

+ +
+ +
+

Value

+ +

+ A list with the components mentioned above. +

+ +
+
+ +
+ + +
+ + \ No newline at end of file -- cgit v1.2.1