wrapFisherTest.htest | R Documentation |
Wrap fisher.test (test of categorical independence).
## S3 method for class 'htest'
wrapFisherTest(x, ...)
x |
fisher.test result |
... |
extra arguments (not used) |
wrapped test.
d <- data.frame(x=c('b','a','a','a','b','b','b'),
y=c('1','1','1','2','2','2','2'))
ft <- fisher.test(table(d))
wrapFisherTest(ft)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.