Description Usage Arguments Value Author(s) Examples
Extract and print the confidence intervals for an object of class "htest"
(i.e. results of a "t.test", "binom.test", "poisson.test", etc.)
1 | printConfint(x)
|
x |
an object of class |
Text printed to the console.
Andrew Heiss <andrew@andrewheiss.com>
1 2 3 | x <- runif(100)
.test <- t.test(x, conf.level=.99)
printConfint(.test)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.