Smart P-value Formatting
format_pvalue_smart(
p_values,
format = "smart",
stars = TRUE,
thresholds = c(0.001, 0.01, 0.05),
star_symbols = c("***", "**", "*")
)Character vector of formatted p-values
Numeric vector of p-values
Character string specifying format type
Logical, whether to include star symbols
Numeric vector of significance thresholds
Character vector of star symbols