confint.htest: Produce confidence interval for objects of class htest
Description
Simple means to output a confidence interval for an htest object.
Usage
# S3 method for htest
confint(object, parm, level, ...)
Arguments
object
A object of class htest, such as output from t.test.
…
can pass in function to transform via transform argument.
Value
No return value, outputs interval through cat.
Examples
Run this code# NOT RUN {
confint(t.test(rnorm(10)))
# }
Run the code above in your browser using DataLab