wrapCorTest.htest | R Documentation |
Wrap cor.test (test of liner correlation).
## S3 method for class 'htest'
wrapCorTest(x, ...)
x |
cor.test result |
... |
extra arguments (not used) |
wrapped stat
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.