From b083911a0e6a99dd4f083d785e044379205c2f0d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 21 Jul 2014 09:39:33 +0200 Subject: Residual plots are important --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index d4f290dd..c1efb808 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.2.1