| mt_sig_stars | R Documentation |
Add significance stars
mt_sig_stars(
x,
target = "auto",
remove_p = TRUE,
levels = c(`*` = 0.05, `**` = 0.01, `***` = 0.001)
)
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 |
Modified melliotab object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.