From 3a6b9f52c74d6ef88a8d32c50e42864b3f251719 Mon Sep 17 00:00:00 2001 From: jranke Date: Thu, 15 Mar 2012 15:54:14 +0000 Subject: Update kinfit and mkin to the latest version published on BerliOS. git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/kinfit@17 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- man/kinresults.Rd | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'man/kinresults.Rd') diff --git a/man/kinresults.Rd b/man/kinresults.Rd index 6ab93a7..9e5bc43 100644 --- a/man/kinresults.Rd +++ b/man/kinresults.Rd @@ -9,7 +9,7 @@ This function collects the parameters and some statistics for the fitted kinetic models. It also generates DT50 and DT90 estimates. } \usage{ -kinresults(kinfits, alpha = 0.05, SFORB = TRUE) +kinresults(kinfits, alpha = 0.05, DTmax = 1000, SFORB = TRUE) } \arguments{ \item{kinfits}{ @@ -19,6 +19,13 @@ have been generated by \code{\link{kinfit}}. \item{alpha}{ The confidence level chosen for the chi-squared test used in the call to \code{\link{kinerrmin}}. +} + \item{DTmax}{ +Upper end of the time interval that will be checked for the iterative determination +of DT50 and DT90 values for the FOMC and the DFOP model. If the DT50 or the +DT90 value is less than 0.1 different from \code{DTmax}, which will generally +be the case if the optimization routine hits the upper end, the respective DT50 or +DT90 value will be reported as \code{NA}. } \item{SFORB}{ Should the results of the \code{\link{DFOP}} model be presented as parameters -- cgit v1.2.1