report_s | R Documentation |
Reports interpretation of S- and p-values in easy language.
report_s(s = NULL, p = NULL, test_value = 0, test_parameter = "parameter")
s |
An S-value. Either |
p |
A p-value. Either |
test_value |
The value of the test parameter under the null hypothesis. |
test_parameter |
The name of the test parameter under the null hypothesis. |
A string with the interpretation of the S- or p-value.
report_s(s = 1.5)
report_s(p = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.