diff options
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
|