parse_rstat | R Documentation |
This function parses and formats an r statistic.
parse_rstat(rstat, method = "pearson")
rstat |
cor.test object |
method |
Type of correlation. Defaults to Pearson. |
rstat <- cor.test(rnorm(100, 0, 1), rnorm(100, 0, 1))
parse_rstat(rstat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.