diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-26 20:28:15 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-02-26 20:33:32 +0100 |
commit | 396e40d2c45d81a8e74c41a2f632665021e980a1 (patch) | |
tree | c7ab9b5356361b1939e9b00183a7f31071782f64 /man/AIC.mmkin.Rd | |
parent | 64e636d11311be57978ef394c48c9b43fe219059 (diff) |
NAFTA SOP Attachment vignette
Also:
- Change rounding in print.nafta
- Add dots argument to nafta()
- Use cores=1 in examples
- Restrict N in IORE model to values > 0
Diffstat (limited to 'man/AIC.mmkin.Rd')
-rw-r--r-- | man/AIC.mmkin.Rd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/AIC.mmkin.Rd b/man/AIC.mmkin.Rd index e7f5c228..08e4cc57 100644 --- a/man/AIC.mmkin.Rd +++ b/man/AIC.mmkin.Rd @@ -28,7 +28,7 @@ \examples{ f <- mmkin(c("SFO", "FOMC", "DFOP"), list("FOCUS A" = FOCUS_2006_A, - "FOCUS C" = FOCUS_2006_C)) + "FOCUS C" = FOCUS_2006_C), cores = 1, quiet = TRUE) AIC(f[1, "FOCUS A"]) # We get a single number for a single fit # For FOCUS A, the models fit almost equally well, so the higher the number |