From a76221d87485029444c8e684022ca606a0c7e68d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 18 Jan 2017 22:41:01 +0100 Subject: Update static docs using pkgdown - Add _pkgdown.yml for a structured function/data reference - Make seealso links active - Make mkinfit calls quiet - Use pkgdown branch from pull request hadley/pkgdown#229 to have topics ordered --- man/one_box.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/one_box.Rd') diff --git a/man/one_box.Rd b/man/one_box.Rd index 86440ce..0085f3f 100644 --- a/man/one_box.Rd +++ b/man/one_box.Rd @@ -33,13 +33,13 @@ plot(pred_0) # Use a fitted mkinfit model require(mkin) -fit <- mkinfit("FOMC", FOCUS_2006_C) +fit <- mkinfit("FOMC", FOCUS_2006_C, quiet = TRUE) pred_1 <- one_box(fit) plot(pred_1) # Use a model with more than one observed variable m_2 <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO")) -fit_2 <- mkinfit(m_2, FOCUS_2006_D) +fit_2 <- mkinfit(m_2, FOCUS_2006_D, quiet = TRUE) pred_2 <- one_box(fit_2) plot(pred_2) } -- cgit v1.2.1