View source: R/dthelper-reporting.R View source: R/dthelper-functions.R
report.p | R Documentation |
Reporting p values
report.p(p, dp = 3, start = NULL, end = NULL)
p |
Input p value |
dp |
Number of decimal places |
start |
Character string appended to start of output |
end |
Character string appended to end of output |
A character string with '= ' (or '< .001' if p falls below threshold) before the input value
report.p(.02); report.p(.00003, start = "p ");
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.