diff options
author | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2014-10-29 12:27:20 +0000 |
---|---|---|
committer | jranke <jranke@edb9625f-4e0d-4859-8d74-9fd3b1da38cb> | 2014-10-29 12:27:20 +0000 |
commit | 5aa2dbc7a4939b99165479b222f95f8aad99a8ea (patch) | |
tree | b01f51e7ff4ad1bd904a306be72230d2693a298a | |
parent | bad43dce770b610ef3398a04ecc5a3c1dc4dcc00 (diff) |
Correct name of the DFOP model according to FOCUS kinetics
git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/kinfit@225 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
-rw-r--r-- | man/DFOP.Rd | 2 | ||||
-rw-r--r-- | vignettes/kinfit.Rnw | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/DFOP.Rd b/man/DFOP.Rd index 129b3b1..4ea8d04 100644 --- a/man/DFOP.Rd +++ b/man/DFOP.Rd @@ -2,7 +2,7 @@ \Rdversion{1.1}
\alias{DFOP}
\title{
-Dual First-Order in Parallel kinetics
+Double First-Order in Parallel kinetics
}
\description{
Function describing decline from a defined starting value using the sum
diff --git a/vignettes/kinfit.Rnw b/vignettes/kinfit.Rnw index 7907979..da984c9 100644 --- a/vignettes/kinfit.Rnw +++ b/vignettes/kinfit.Rnw @@ -597,7 +597,7 @@ For datasets B and C, the \Rpackage{kinfit} function produces results which are very close to the median of the results obtained by the
other packages.
-\subsection{Dual First Order in Parallel Model}
+\subsection{Double First Order in Parallel Model}
<<DFOP, echo = FALSE>>=
data("FOCUS_2006_DFOP_ref_A_to_B", package = "kinfit")
|