mt_sig_stars: Add significance stars

View source: R/modifiers.R

mt_sig_starsR Documentation

Add significance stars

Description

Add significance stars

Usage

mt_sig_stars(
  x,
  target = "auto",
  remove_p = TRUE,
  levels = c(`*` = 0.05, `**` = 0.01, `***` = 0.001)
)

Arguments

x

A melliotab object

target

Column to add stars to ("auto" to detect)

remove_p

Whether to remove the p-value column

levels

Named vector of significance thresholds

Value

Modified melliotab object


mellio documentation built on Aug. 30, 2026, 1:06 a.m.