From 1718d434efae26de02754c6622c43f4dc9e624b9 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/mkin@17 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- R/DFOP.solution.R | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 R/DFOP.solution.R (limited to 'R/DFOP.solution.R') diff --git a/R/DFOP.solution.R b/R/DFOP.solution.R new file mode 100644 index 00000000..8531cfed --- /dev/null +++ b/R/DFOP.solution.R @@ -0,0 +1,5 @@ +DFOP.solution <- function(t, parent.0, k1, k2, g) +{ + parent = g * parent.0 * exp(-k1 * t) + + (1 - g) * parent.0 * exp(-k2 * t) +} -- cgit v1.2.1