Skip to content

Commit

Permalink
fix a comment, see
Browse files Browse the repository at this point in the history
  • Loading branch information
fweber144 committed Jan 8, 2025
1 parent 006ff44 commit 09487e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/summary_funs.R
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ get_stat <- function(summaries, summaries_baseline = NULL,
if (!is.null(summaries_baseline)) {
mu_baseline <- summaries_baseline$mu
}
# Use normal approximation for mse and delta method for rmse and R2
# Use "exact" standard error for mse and delta method for rmse and R2
if (n_loo < n_full) {
# subsampling difference estimator (Magnusson et al., 2020)
srs_diffe <- .srs_diff_est_w(y_approx = (summaries_fast$mu - y)^2,
Expand Down

0 comments on commit 09487e3

Please sign in to comment.