aboutsummaryrefslogtreecommitdiff
path: root/man/one_box.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-01-19 10:47:09 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-01-19 10:47:09 +0100
commit3947731a5a8c3598271b26f5201dea4bcb13ef6d (patch)
treec8139c938f970b647421704b7a2b0780557a38d1 /man/one_box.Rd
parentdd30f0d0ff1d8d0cc46aaef6e0917c51fe798f52 (diff)
Fix one_box for ini = 1, use in sawtooth examples
Diffstat (limited to 'man/one_box.Rd')
-rw-r--r--man/one_box.Rd2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/one_box.Rd b/man/one_box.Rd
index 8132a70..1bdc791 100644
--- a/man/one_box.Rd
+++ b/man/one_box.Rd
@@ -49,6 +49,6 @@ 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, quiet = TRUE)
-pred_2 <- one_box(fit_2)
+pred_2 <- one_box(fit_2, ini = "model")
plot(pred_2)
}

Contact - Imprint