diff --git a/R/fit.R b/R/fit.R index 5f07c5ee..68206c75 100644 --- a/R/fit.R +++ b/R/fit.R @@ -683,9 +683,9 @@ CmdStanFit$set("public", name = "constrain_variables", value = constrain_variabl #' Laplace approximation the unnormalized density of the approximation to #' the posterior is available via the `$lp_approx()` method. #' -#' See the [Log Probability Increment vs. Sampling -#' Statement](https://mc-stan.org/docs/reference-manual/sampling-statements.html) -#' section of the Stan Reference Manual for details on when normalizing +#' See the [Increment log density and Distribution +#' Statements](https://mc-stan.org/docs/reference-manual/statements.html) +#' sections of the Stan Reference Manual for details on when normalizing #' constants are dropped from log probability calculations. #' #' @section Details: diff --git a/man/fit-method-lp.Rd b/man/fit-method-lp.Rd index 686c55d2..9307d4f5 100644 --- a/man/fit-method-lp.Rd +++ b/man/fit-method-lp.Rd @@ -24,8 +24,8 @@ the posterior is available via the \verb{$lp_approx()} method. For Laplace approximation the unnormalized density of the approximation to the posterior is available via the \verb{$lp_approx()} method. -See the \href{https://mc-stan.org/docs/reference-manual/sampling-statements.html}{Log Probability Increment vs. Sampling Statement} -section of the Stan Reference Manual for details on when normalizing +See the \href{https://mc-stan.org/docs/reference-manual/statements.html}{Increment log density and Distribution Statements} +sections of the Stan Reference Manual for details on when normalizing constants are dropped from log probability calculations. } \section{Details}{