View source: R/publish.htest.R
publish.htest | R Documentation |
Pretty printing of test results.
## S3 method for class 'htest' publish(object, title, ...)
object |
Result of |
title |
Decoration also used to name output |
... |
Used to transport arguments |
Thomas A. Gerds <tag@biostat.ku.dk>
data(Diabetes) publish(t.test(bp.2s~gender,data=Diabetes)) publish(wilcox.test(bp.2s~gender,data=Diabetes)) publish(with(Diabetes,t.test(bp.2s,bp.1s,paired=TRUE))) publish(with(Diabetes,wilcox.test(bp.2s,bp.1s,paired=TRUE)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.