Skip to content

Commit eff8ccc

Browse files
committed
backtick escape stanfit object
Closes #661.
1 parent 7cc481b commit eff8ccc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/extract.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ extract_static_parameter <- function(param, samples) {
5555

5656
#' Extract all samples from a stan fit
5757
#'
58-
#' If the `object` argument is a <stanfit> object, it simply returns the result
58+
#' If the `object` argument is a `<stanfit>` object, it simply returns the result
5959
#' of [rstan::extract()]. If it is a `<CmdStanMCMC>` it returns samples
6060
#' in the same format as [rstan::extract()] does for `<stanfit>` objects.
6161
#' @param stan_fit A `<stanfit>` or `<CmdStanMCMC>` object as returned by

man/extract_samples.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)