powered by
Extract and print the confidence intervals for an object of class "htest" (i.e. results of a "t.test", "binom.test", "poisson.test", etc.)
"htest"
"t.test"
"binom.test"
"poisson.test"
printConfint(x)
an object of class "htest"
Text printed to the console.
# NOT RUN { x <- runif(100) .test <- t.test(x, conf.level=.99) printConfint(.test) # }
Run the code above in your browser using DataLab