Skip to content

Commit

Permalink
Fix wrong function links
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmbaazam committed Nov 15, 2023
1 parent 8facc22 commit 9246f45
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/dist.R
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ tune_inv_gamma <- function(lower = 2, upper = 21) {
#' empty vector corresponding to a parametric specification of the distribution
#' (using \code{mean}, \code{sd} and corresponding uncertainties)
#'
#' @param fixed Deprecated, use [fix_dist() instead]
#' @param fixed Deprecated, use [fix_dist()] instead
#' as coming from fixed (vs uncertain) distributions. Overrides any values
#' assigned to \code{mean_sd} and \code{sd_sd} by setting them to zero.
#' reduces compute requirement but may produce spuriously precise estimates.
Expand Down
2 changes: 1 addition & 1 deletion R/extract.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ extract_static_parameter <- function(param, samples) {
#' Extracts a custom set of parameters from a `{stan}` object and adds
#' stratification and dates where appropriate.
#'
#' @param stan_fit A fit Stan model as returned by [rstan:sampling()].
#' @param stan_fit A fit `{stan}` model as returned by [rstan::sampling()].
#'
#' @param data A list of the data supplied to the [rstan::sampling()] call.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/opts.R
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ rstan_vb_opts <- function(samples = 2000,
#' default.
#'
#' @param method A character string, defaulting to sampling. Currently supports
#' [rstan::sampling()] ("sampling") or [rstan:vb()] ("vb").
#' [rstan::sampling()] ("sampling") or [rstan::vb()] ("vb").
#'
#' @param ... Additional parameters to pass underlying option functions.
#' @importFrom rlang arg_match
Expand Down
2 changes: 1 addition & 1 deletion man/dist_spec.Rd

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

2 changes: 1 addition & 1 deletion man/extract_parameter_samples.Rd

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

2 changes: 1 addition & 1 deletion man/rstan_opts.Rd

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

0 comments on commit 9246f45

Please sign in to comment.