Format cor.test (test of liner correlation).
# S3 method for sigr_cortest render( statistic, ..., format, statDigits = 4, sigDigits = 4, pLargeCutoff = 0.05, pSmallCutoff = 1e-05 )
statistic | wrapped cor.test. |
---|---|
... | extra arguments (not used) |
format | if set the format to return ("html", "latex", "markdown", "ascii", "docx", ...) |
statDigits | integer number of digits to show in summaries. |
sigDigits | integer number of digits to show in significances. |
pLargeCutoff | value to declare non-significance at or above. |
pSmallCutoff | smallest value to print |
formatted string
#> [1] "Pearson's product-moment correlation: (r=0.9767, p=3.094e-05)."