Description Usage Arguments Value See Also Examples
Produces tidy tibbles of results from htest objects. This is a vastly reduced version of the tidy.htest function from package broom
1 | newbroom(x)
|
x |
An 'htest' object, such as those created by [stats::cor.test()], [stats::t.test()], [stats::wilcox.test()], [stats::chisq.test()], etc. |
An object of class "tibble".
[stats::t.test()], [stats::oneway.test()] [stats::wilcox.test()], [stats::chisq.test()]
1 2 | chit <- chisq.test(xtabs(Freq ~ Sex + Class, data = as.data.frame(Titanic)))
CGPfunctions:::newbroom(chit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.