Produce confidence interval for objects of class 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)))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.