aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-05-15 14:04:49 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-05-15 14:04:49 +0200
commitffc12f79fdb283bc59f073208c883b84271be121 (patch)
treea22b49971aa1a466421412aa8bbce9aa117afe53 /man
parent6c65cba39dbca98caf3f8e69552b3454ec1721fc (diff)
Make mkinmod quiet in tests
Diffstat (limited to 'man')
-rw-r--r--man/mkinmod.Rd5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/mkinmod.Rd b/man/mkinmod.Rd
index f73b78da..4de4c98a 100644
--- a/man/mkinmod.Rd
+++ b/man/mkinmod.Rd
@@ -13,7 +13,7 @@
in the FOCUS and NAFTA guidance documents are used.
}
\usage{
-mkinmod(..., use_of_ff = "min", speclist = NULL)
+mkinmod(..., use_of_ff = "min", speclist = NULL, quiet = FALSE)
}
\arguments{
\item{...}{
@@ -42,6 +42,9 @@ mkinmod(..., use_of_ff = "min", speclist = NULL)
The specification of the observed variables and their submodel types and
pathways can be given as a single list using this argument. Default is NULL.
}
+ \item{quiet}{
+ Should messages be suppressed?
+ }
}
\value{
A list of class \code{mkinmod} for use with \code{\link{mkinfit}}, containing

Contact - Imprint