Skip to content

Commit

Permalink
mention all model fitting methods in init doc
Browse files Browse the repository at this point in the history
closes #874
  • Loading branch information
jgabry committed Nov 10, 2023
1 parent 6844a6a commit a6f35c9
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
8 changes: 4 additions & 4 deletions man-roxygen/model-common-args.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
#' [write_stan_json()] to write \R objects to JSON files compatible with
#' CmdStan.
#' * A list of lists containing initial values for all or some parameters. For
#' MCMC the list should contain a sublist for each chain. For optimization and
#' variational inference there should be just one sublist. The sublists should
#' have named elements corresponding to the parameters for which you are
#' specifying initial values. See **Examples**.
#' MCMC the list should contain a sublist for each chain. For other model
#' fitting methods there should be just one sublist. The sublists should have
#' named elements corresponding to the parameters for which you are specifying
#' initial values. See **Examples**.
#' * A function that returns a single list with names corresponding to the
#' parameters for which you are specifying initial values. The function can
#' take no arguments or a single argument `chain_id`. For MCMC, if the function
Expand Down
8 changes: 4 additions & 4 deletions man/model-method-diagnose.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/model-method-laplace.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/model-method-optimize.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/model-method-pathfinder.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/model-method-sample.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/model-method-sample_mpi.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/model-method-variational.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a6f35c9

Please sign in to comment.