add_stars | R Documentation |
FUNCTION_DESCRIPTION
add_stars(
p.value,
type = "html",
sign_levels = c(`*` = 0.1, `**` = 0.05, `***` = 0.01)
)
p.value |
Numeric vector of p-values. |
type |
Output type. Can be "latex", "html" or "markdown" |
sign_levels |
Vector of significance levels from less to more strict |
RETURN_DESCRIPTION
# ADD_EXAMPLES_HERE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.