Description Usage Arguments Value Examples
Formats a p-value as an APA style character vector. A p-value of .07 will return 'p<.1', a p-value of .04: P<.05 etc. If a p-value is not significant (p>.1) the p-value will be reported to 2 decimal places.
1 | p.txt(p.val)
|
p.val |
|
p text |
The p-value as an APA style character vector |
Useful for inline r calls within the text of an Rmd. See knitr documentation for info on inline r code.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.