aboutsummaryrefslogtreecommitdiff
path: root/man/one_box.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-01-18 22:41:01 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-01-18 22:50:14 +0100
commita76221d87485029444c8e684022ca606a0c7e68d (patch)
treec95052ee51b35f6c5ab87bd6f27ef2877f536838 /man/one_box.Rd
parenta1d9f93138c2cfed92a683e37e72c737d52b7ad7 (diff)
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
Diffstat (limited to 'man/one_box.Rd')
-rw-r--r--man/one_box.Rd4
1 files changed, 2 insertions, 2 deletions
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)
}

Contact - Imprint