Skip to content

Commit

Permalink
Fix doc for 'init' argument
Browse files Browse the repository at this point in the history
closes #434
  • Loading branch information
jgabry committed Jul 18, 2017
1 parent 527a84b commit 9011015
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rstan/rstan/man/stanmodel-method-optimizing.Rd
Expand Up @@ -48,7 +48,10 @@
\code{"12345"}, which is converted to integer.}
\item{init}{Initial values specification. See the detailed documentation for
the init argument in \code{\link{stan}}.}
the \code{init} argument in \code{\link{stan}} with one exception. If specifying inits
using a list then only a single named list of values should be provided.
For example, to initialize a parameter \code{alpha} to \code{value1} and
\code{beta} to \code{value2} you can specify \code{list(alpha = value1, beta = value2)}.}
\item{check_data}{Logical, defaulting to \code{TRUE}. If \code{TRUE}
the data will be preprocessed; otherwise not.
Expand Down

0 comments on commit 9011015

Please sign in to comment.