diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2019-07-08 18:12:21 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2019-07-09 09:10:02 +0200 |
commit | e0bef15657df1d6cade99cc3f6d8b07fa35792fe (patch) | |
tree | 7d050ac3b25e37a952a1f4efa46263980fbe502b /man/AIC.mmkin.Rd | |
parent | 67d032fb345f8e0afc7628d7525da5b7f0a98f79 (diff) |
Adaptations for gmkin
Address winbuilder check problems, update check log, update of static docs
Diffstat (limited to 'man/AIC.mmkin.Rd')
-rw-r--r-- | man/AIC.mmkin.Rd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/AIC.mmkin.Rd b/man/AIC.mmkin.Rd index 08e4cc57..ca3fcf20 100644 --- a/man/AIC.mmkin.Rd +++ b/man/AIC.mmkin.Rd @@ -26,6 +26,7 @@ there are several fits in the column). } \examples{ + \dontrun{ # skip, as it takes > 10 s on winbuilder f <- mmkin(c("SFO", "FOMC", "DFOP"), list("FOCUS A" = FOCUS_2006_A, "FOCUS C" = FOCUS_2006_C), cores = 1, quiet = TRUE) @@ -38,6 +39,7 @@ # For FOCUS C, the more complex models fit better AIC(f[, "FOCUS C"]) + } } \author{ Johannes Ranke |