Skip to content

Commit

Permalink
Slight typography change
Browse files Browse the repository at this point in the history
  • Loading branch information
phgrosjean committed Sep 6, 2023
1 parent ebb845e commit e7963aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tabularise.htest.R
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ show.signif.stars = getOption("show.signif.stars", TRUE),
ft <- compose(ft, j = "estimate", value = as_paragraph(
estimate, " (",x$conf.int[[1]], "-", x$conf.int[[2]], ")"))

ft <- compose(ft, j="estimate",part = "header", value = para_md(paste0(
ft <- compose(ft, j = "estimate",part = "header", value = para_md(paste0(
labels_auto["estimate"], " (",
info_lang["conf.level"], ":",
100 * attr(x$conf.int, "conf.level"), "%)"))
Expand Down

0 comments on commit e7963aa

Please sign in to comment.