printConfint: Print confidence intervals

Description Usage Arguments Value Author(s) Examples

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

1

Arguments

x

an object of class "htest"

Value

Text printed to the console.

Author(s)

Andrew Heiss <andrew@andrewheiss.com>

Examples

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

andrewheiss/RcmdrPlugin.MPAStats documentation built on May 10, 2019, 10:31 a.m.