diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-04-10 10:17:35 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-04-10 10:17:35 +0200 |
commit | 194659fcaccdd1ee37851725b8c72e99daa3a8cf (patch) | |
tree | edbbebe8956000b9eb725ca425b91e051571ec02 /man/plot.mmkin.Rd | |
parent | 5814be02f286ce96d6cff8d698aea6844e4025f1 (diff) |
Adapt tests, vignettes and examples
- Write the NEWS
- Static documentation rebuilt by pkgdown
- Adapt mkinerrmin
- Fix (hopefully all) remaining problems in mkinfit
Diffstat (limited to 'man/plot.mmkin.Rd')
-rw-r--r-- | man/plot.mmkin.Rd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/plot.mmkin.Rd b/man/plot.mmkin.Rd index 23f35c4b..b3312292 100644 --- a/man/plot.mmkin.Rd +++ b/man/plot.mmkin.Rd @@ -48,10 +48,10 @@ Johannes Ranke } \examples{ - # Only use one core not to offend CRAN checks, use Levenberg-Marquardt for speed - fits <- mmkin(c("FOMC", "HS"), + # Only use one core not to offend CRAN checks + fits <- mmkin(c("FOMC", "HS"), list("FOCUS B" = FOCUS_2006_B, "FOCUS C" = FOCUS_2006_C), # named list for titles - cores = 1, quiet = TRUE, method.modFit = "Marq") + cores = 1, quiet = TRUE) plot(fits[, "FOCUS C"]) plot(fits["FOMC", ]) |