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

fit

An object of class mkinfit.

Note

The function is used internally by summary.mkinfit.

Value

A list with the components mentioned above.

Examples

fit <- mkinfit("FOMC", FOCUS_2006_C, quiet = TRUE) endpoints(fit)
#> $ff #> logical(0) #> #> $SFORB #> logical(0) #> #> $distimes #> DT50 DT90 DT50back #> parent 1.785233 15.1479 4.559973 #>