diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-15 14:04:49 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-05-15 14:04:49 +0200 |
commit | ffc12f79fdb283bc59f073208c883b84271be121 (patch) | |
tree | a22b49971aa1a466421412aa8bbce9aa117afe53 /man/mkinmod.Rd | |
parent | 6c65cba39dbca98caf3f8e69552b3454ec1721fc (diff) |
Make mkinmod quiet in tests
Diffstat (limited to 'man/mkinmod.Rd')
-rw-r--r-- | man/mkinmod.Rd | 5 |
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
|