confint.htest {UsingR} | R Documentation |
Produce confidence interval for objects of class htest
Description
Simple means to output a confidence interval for an htest
object.
Usage
## S3 method for class 'htest'
confint(object, parm, level, ...)
Arguments
object |
A object of class |
parm |
ignored |
level |
ignored |
... |
can pass in function to transform via |
Value
No return value, outputs interval through cat
.
Examples
confint(t.test(rnorm(10)))
[Package UsingR version 2.0-7 Index]