From 081b5f25cc4ef779175307d9ce20672e0573b7c9 Mon Sep 17 00:00:00 2001 From: jranke Date: Tue, 24 Apr 2012 17:33:56 +0000 Subject: - Added the reference fit data for FOCUS 2006 datasets from the kinfit package - Used these data in unit tests for parent only models - Fixed SFORB data and calculation of formation fractions along the way - Reintroduced the test for the Schaefer 2007 data - Got rid of the mkinmod unit tests - they are too hard to maintain and the mkinfit tests test the model definitions as well git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@32 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- vignettes/mkin.Rnw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vignettes/mkin.Rnw') diff --git a/vignettes/mkin.Rnw b/vignettes/mkin.Rnw index ee472ba5..f674db7e 100644 --- a/vignettes/mkin.Rnw +++ b/vignettes/mkin.Rnw @@ -147,8 +147,8 @@ on the fundamental system of the coefficient matrix, as proposed by <>= SFO.fit <- mkinfit(SFO, FOCUS_2006_C) summary(SFO.fit) -#SFORB.fit <- mkinfit(SFORB, FOCUS_2006_C) -#summary(SFORB.fit) +SFORB.fit <- mkinfit(SFORB, FOCUS_2006_C) +summary(SFORB.fit) SFO_SFO.fit <- mkinfit(SFO_SFO, FOCUS_2006_D, plot=TRUE) summary(SFO_SFO.fit, data=FALSE) SFORB_SFO.fit <- mkinfit(SFORB_SFO, FOCUS_2006_D, plot=TRUE) -- cgit v1.2.1