confint.htest: Produce confidence interval for objects of class 'htest'

View source: R/utils.R

confint.htestR Documentation

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 documentation built on March 18, 2022, 7:32 p.m.