diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2014-07-21 09:39:33 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2014-07-21 09:39:33 +0200 |
commit | b083911a0e6a99dd4f083d785e044379205c2f0d (patch) | |
tree | 98ca8b1bd1f49cac3e1aade2355330e036ce91b7 /README.md | |
parent | a89ee67280d2e2876b7ef4b6c345bc407ef2e0a9 (diff) |
Residual plots are important
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ code would be value = c(85.1, 57.9, 29.9, 14.6, 9.7, 6.6, 4, 3.9, 0.6) ) fit2 <- mkinfit("FOMC", example_data) + plot(fit2, show_residuals = TRUE) A fairly complex usage example using another built-in dataset: |