Skip to content

Commit cf72fe3

Browse files
committed
update doc for fitted_params argument
1 parent 759e5f9 commit cf72fe3

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

R/model.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1430,9 +1430,10 @@ CmdStanModel$set("public", name = "variational", value = variational_method)
14301430
#'
14311431
#' @section Arguments:
14321432
#' * `fitted_params`: (multiple options) The parameter draws to use. One of the following:
1433-
#' - A [CmdStanMCMC] fitted model object.
1434-
#' - A character vector of paths to CmdStan CSV output files containing
1435-
#' parameter draws.
1433+
#' - A [CmdStanMCMC] or [CmdStanVB] fitted model object.
1434+
#' - A [posterior::draws_array] (for MCMC) or [posterior::draws_matrix] (for VB)
1435+
#' object returned by CmdStanR's [`$draws()`][fit-method-draws] method.
1436+
#' - A character vector of paths to CmdStan CSV output files.
14361437
#' * `data`, `seed`, `output_dir`, `parallel_chains`, `threads_per_chain`, `sig_figs`:
14371438
#' Same as for the [`$sample()`][model-method-sample] method.
14381439
#'

man/model-method-generate-quantities.Rd

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

0 commit comments

Comments
 (0)