doc: fix slide formatting

This commit is contained in:
eneller
2026-02-06 14:58:04 +01:00
parent 84f4ee55c0
commit 7777a3b71c

View File

@@ -127,5 +127,6 @@ posthoc_df <- as.data.frame(posthoc)
posthoc_df <- posthoc_df %>%
mutate(p.value = ifelse(p.value < 0.001, "$<0.001$", sprintf("%.3f", p.value)))
posthoc_df$SE <- NULL
posthoc_df
```