diff options
Diffstat (limited to 'man/mkinsub.Rd')
-rw-r--r-- | man/mkinsub.Rd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/mkinsub.Rd b/man/mkinsub.Rd index 637a671c..9eeffda0 100644 --- a/man/mkinsub.Rd +++ b/man/mkinsub.Rd @@ -8,10 +8,10 @@ \code{\link{mkinmod}}. } \usage{ -mkinsub(type, to = NULL, sink = TRUE) +mkinsub(submodel, to = NULL, sink = TRUE) } \arguments{ - \item{type}{ + \item{submodel}{ Character vector of length one to specify the submodel type. See \code{\link{mkinmod}} for the list of allowed submodel names. } |