Skip to content

Commit

Permalink
minor cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
fweber144 committed Jan 8, 2025
1 parent a87ec6a commit 9692929
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 @@ -536,7 +536,7 @@ get_stat <- function(summaries, summaries_baseline = NULL,
}
}

if (stat %in% c("mse","rmse") && is.null(summaries_baseline)) {
if (stat %in% c("mse", "rmse") && is.null(summaries_baseline)) {
# Compute mean and variance in log scale by matching the variance of a
# log-normal approximation
# https://en.wikipedia.org/wiki/Log-normal_distribution#Arithmetic_moments
Expand Down

0 comments on commit 9692929

Please sign in to comment.