| interpret_p | R Documentation |
Standalone P-Value Interpreter
interpret_p(p, alpha = 0.05, context = NULL)
p |
A numeric p-value between 0 and 1 |
alpha |
Significance level. Default 0.05 |
context |
Optional string describing the test context |
An object of class statease_pvalue containing the
p-value interpretation. Use print() to display the report.
result <- interpret_p(0.03)
print(result)
result2 <- interpret_p(0.12, alpha = 0.05, context = "treatment vs control")
print(result2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.