powered by
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 )
formatted string
wrapped cor.test.
extra arguments (not used)
if set the format to return ("html", "latex", "markdown", "ascii", "docx", ...)
integer number of digits to show in summaries.
integer number of digits to show in significances.
value to declare non-significance at or above.
smallest value to print
d <- data.frame(x=c(1,2,3,4,5,6,7,7), y=c(1,1,2,2,3,3,4,4)) ct <- cor.test(d$x,d$y) wrapCorTest(ct)
Run the code above in your browser using DataLab