Skip to content

Commit

Permalink
Add space before parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
fkohrt authored Aug 21, 2024
1 parent 70611d0 commit e8c53ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/report_htest_ttest.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
table <- do.call(effectsize::effectsize, es_args)
ci <- attributes(table)$ci
estimate <- names(table)[1]
dot_args$rules <- if(is.null(dot_args$rules)) rules else dot_args$rules
dot_args$rules <- if (is.null(dot_args$rules)) rules else dot_args$rules

es_args <- c(list(table), dot_args)
interpretation <- do.call(effectsize::interpret, es_args)$Interpretation
Expand Down

0 comments on commit e8c53ce

Please sign in to comment.