Skip to content

Commit b71bc31

Browse files
authored
Merge 7ea302f into 28329d7
2 parents 28329d7 + 7ea302f commit b71bc31

9 files changed

+45
-36
lines changed

man-roxygen/model-common-args.R

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@
5656
#' method.
5757
#'
5858
#' @param output_dir (string) A path to a directory where CmdStan should write
59-
#' its output CSV files. For interactive use this can typically be left at
60-
#' `NULL` (temporary directory) since CmdStanR makes the CmdStan output
61-
#' (posterior draws and diagnostics) available in \R via methods of the fitted
62-
#' model objects. The behavior of `output_dir` is as follows:
59+
#' its output CSV files. For MCMC there will be one file per chain; for other
60+
#' methods there will be a single file. For interactive use this can typically
61+
#' be left at `NULL` (temporary directory) since CmdStanR makes the CmdStan
62+
#' output (posterior draws and diagnostics) available in \R via methods of the
63+
#' fitted model objects. The behavior of `output_dir` is as follows:
6364
#' * If `NULL` (the default), then the CSV files are written to a temporary
6465
#' directory and only saved permanently if the user calls one of the `$save_*`
6566
#' methods of the fitted model object (e.g.,

man/model-method-diagnose.Rd

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model-method-generate-quantities.Rd

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model-method-laplace.Rd

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model-method-optimize.Rd

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model-method-pathfinder.Rd

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model-method-sample.Rd

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model-method-sample_mpi.Rd

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/model-method-variational.Rd

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)