Description Usage Arguments Examples
View source: R/report_statistic.r
A helper function to report single statistics in APA style.
1 | report_statistic(statistic, value)
|
statistic |
A character string indicating the kind of statistic (e.g., p, t, df). |
value |
The value of the statistic to be reported. |
1 2 3 | report_statistic("p", 0.0001)
report_statistic("t", 4.2325)
report_statistic("r", 0.213)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.