From af2e1540cdad2fd00bb6216a38a754ff748629ad Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 25 Oct 2019 02:10:08 +0200 Subject: Static documentation rebuilt by pkgdown --- docs/reference/endpoints.html | 54 ++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 26 deletions(-) (limited to 'docs/reference/endpoints.html') diff --git a/docs/reference/endpoints.html b/docs/reference/endpoints.html index f0abb0b6..e81bdbb5 100644 --- a/docs/reference/endpoints.html +++ b/docs/reference/endpoints.html @@ -6,13 +6,16 @@ -Function to calculate endpoints for further use from kinetic models fitted with mkinfit — endpoints • mkin +Function to calculate endpoints for further use from kinetic models fitted +with mkinfit — endpoints • mkin + + @@ -32,16 +35,19 @@ - - + + + @@ -112,7 +118,6 @@ with the advantage that the SFORB model can also be used for metabolites." /> News - @@ -128,22 +133,22 @@ with the advantage that the SFORB model can also be used for metabolites." />
- -

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.

- +

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.

endpoints(fit)
- +

Arguments

@@ -152,18 +157,17 @@ with the advantage that the SFORB model can also be used for metabolites.

An object of class mkinfit.

- -

Note

-

The function is used internally by summary.mkinfit.

-

Value

A list with the components mentioned above.

- +

Note

+ +

The function is used internally by summary.mkinfit.

Examples

-
fit <- mkinfit("FOMC", FOCUS_2006_C, quiet = TRUE) +
+ fit <- mkinfit("FOMC", FOCUS_2006_C, quiet = TRUE) endpoints(fit)
#> $ff #> logical(0) #> @@ -173,17 +177,15 @@ with the advantage that the SFORB model can also be used for metabolites.

#> $distimes #> DT50 DT90 DT50back #> parent 1.785233 15.1479 4.559973 -#>
+#>
+