confint.htest | R Documentation |
htest
Simple means to output a confidence interval for an htest
object.
## S3 method for class 'htest' confint(object, parm, level, ...)
object |
A object of class |
parm |
ignored |
level |
ignored |
... |
can pass in function to transform via |
No return value, outputs interval through cat
.
confint(t.test(rnorm(10)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.