knit_print.htest {codebook} | R Documentation |
Print a stats::cor.test()
object for knitr
Description
Just prints the normal output of stats::cor.test()
.
Usage
knit_print.htest(x, ...)
Arguments
x |
a psych alpha object |
... |
ignored |
Examples
knitr::knit_print(cor.test(rnorm(100), rnorm(100)))
[Package codebook version 0.9.2 Index]