Skip to content

Commit

Permalink
update docs, run-extended
Browse files Browse the repository at this point in the history
  • Loading branch information
helske committed Apr 7, 2024
1 parent fa0ef25 commit dbf332b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/predict.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
#' default is `NULL` which uses all samples without permuting (with chains
#' concatenated). If `n_draws`is smaller than `ndraws(object)`, a random
#' subset of `n_draws` posterior samples are used.
#' @param thin \[`integer(1)`]\cr Use only every `thin` posterior sample.
#' This can be beneficial with when the model object contains
#' large number of samples. Default is `1` meaning that all samples are used.
#' @param expand \[`logical(1)`]\cr If `TRUE` (the default), the output
#' is a single `data.frame` containing the original `newdata` and the
#' predicted values. Otherwise, a `list` is returned with two components,
Expand Down
4 changes: 4 additions & 0 deletions man/fitted.dynamitefit.Rd

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

4 changes: 4 additions & 0 deletions man/predict.dynamitefit.Rd

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

0 comments on commit dbf332b

Please sign in to comment.