Learn R Programming

codebook (version 0.9.6)

knit_print.htest: 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

Run this code
knitr::knit_print(cor.test(rnorm(100), rnorm(100)))

Run the code above in your browser using DataLab