Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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 class 'htest'
confint(object, parm, level, ...)

Arguments

object

A object of class htest, such as output from t.test.

parm

ignored

level

ignored

...

can pass in function to transform via transform argument.

Value

No return value, outputs interval through cat.

Examples

confint(t.test(rnorm(10)))

UsingR

Data Sets, Etc. for the Text "Using R for Introductory Statistics", Second Edition

v2.0-6
GPL (>= 2)
Authors
John Verzani <verzani@math.csi.cuny.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.