Skip to content

Commit

Permalink
update comment in example
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabry committed Feb 21, 2024
1 parent 1a05e6c commit 69de50f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/E_loo.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
#' E_loo(yrep, psis_object, type = "quantile", probs = 0.5) # median
#' E_loo(yrep, psis_object, type = "quantile", probs = c(0.1, 0.9))
#'
#' # To get Pareto k diagnostic with E_loo we also need to provide the negative
#' # log-likelihood values using the log_ratios argument.
#' # We can get more accurate Pareto k diagnostic if we also provide
#' # the log_ratios argument
#' E_loo(yrep, psis_object, type = "mean", log_ratios = log_ratios)
#' }
#' }
Expand Down
4 changes: 2 additions & 2 deletions man/E_loo.Rd

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

0 comments on commit 69de50f

Please sign in to comment.