printConfint {RcmdrPlugin.MPAStats}R Documentation

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.

Author(s)

Andrew Heiss <andrew@andrewheiss.com>

Examples

  x <- runif(100)
  .test <- t.test(x, conf.level=.99)
  printConfint(.test)

[Package RcmdrPlugin.MPAStats version 1.2.2 Index]