diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-15 22:00:21 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-15 22:00:21 +0200 |
commit | 4cc0da3b67ec78534271eaef23ff2b13abfb86d9 (patch) | |
tree | d04dd818eb7ce771bf87e95a48cd223195bd5304 | |
parent | 8294ab8932b299577f6a0db551a2ae9b401d3dd4 (diff) | |
parent | b952bc79603b1095c28e088b372990121d595113 (diff) |
Merge branch 'master' into compile_odes
-rw-r--r-- | man/mkinfit.Rd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/mkinfit.Rd b/man/mkinfit.Rd index 801f540c..34e5bbae 100644 --- a/man/mkinfit.Rd +++ b/man/mkinfit.Rd @@ -283,6 +283,7 @@ fit.SFORB_SFO.deSolve <- mkinfit(SFORB_SFO, FOCUS_2006_D, solution_type = "deSol fit.SFORB = mkinfit(SFORB, FOCUS_2006_D) fit.SFORB_SFO <- mkinfit(SFORB_SFO, FOCUS_2006_D, parms.ini = fit.SFORB$bparms.ode) +\dontrun{ # Weighted fits, including IRLS SFO_SFO.ff <- mkinmod(parent = list(type = "SFO", to = "m1"), m1 = list(type = "SFO"), use_of_ff = "max") |