Description Usage Arguments Value
we want to determine the significance levels of the p-value by this function
1 2 3 4 5 | sign_level(
data,
sig.level = c(0.001, 0.01, 0.05, 0.1),
mark = c("***", "**", "*", ".")
)
|
data |
matrix |
mark |
return statistical significance mark
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.