Learn R Programming

RcmdrPlugin.MPAStats (version 1.2.2)

printConfint: Print confidence intervals

Description

Extract and print the confidence intervals for an object of class "htest" (i.e. results of a "t.test", "binom.test", "poisson.test", etc.)

Usage

printConfint(x)

Arguments

x

an object of class "htest"

Value

Text printed to the console.

Examples

Run this code
# NOT RUN {
  x <- runif(100)
  .test <- t.test(x, conf.level=.99)
  printConfint(.test)
# }

Run the code above in your browser using DataLab