From 0e352cae56c006a5636a1aaf3b40e2eee2c1c941 Mon Sep 17 00:00:00 2001 From: jranke Date: Thu, 17 Oct 2013 10:43:46 +0000 Subject: - See ChangeLog entry for today (2 small bugfixes and lots of GUI progress) git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/kinfit/pkg/mkin@117 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- man/mkinfit.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') diff --git a/man/mkinfit.Rd b/man/mkinfit.Rd index 750c346..c15c084 100644 --- a/man/mkinfit.Rd +++ b/man/mkinfit.Rd @@ -198,7 +198,7 @@ SFORB_SFO <- mkinmod( fit.SFORB_SFO <- mkinfit(SFORB_SFO, FOCUS_2006_D) # Use starting parameters from parent only SFORB fit (not really needed in this case) fit.SFORB = mkinfit(SFORB, FOCUS_2006_D) -fit.SFORB_SFO <- mkinfit(SFORB_SFO, FOCUS_2006_D, parms.ini = fit.SFORB$bparms.ode, plot=TRUE) +fit.SFORB_SFO <- mkinfit(SFORB_SFO, FOCUS_2006_D, parms.ini = fit.SFORB$bparms.ode) # Weighted fits, including IRLS SFO_SFO.ff <- mkinmod(parent = list(type = "SFO", to = "m1"), -- cgit v1.2.1