t.confdist: Confidence functions for t-Test

Description Usage Arguments Value Examples

View source: R/ttest.R

Description

Computes confidence functions for one and two sample t-tests on vectors of data.

Usage

1
2
## S3 method for class 'confdist'
t(x, y = NULL, paired = FALSE, plot = TRUE)

Arguments

x

a (non-empty) numeric vector of data values.

y

an optional (non-empty) numeric vector of data values.

paired

a logical indicating whether you want a paired t-test.

plot

a logical indicating whether you want the plots to be generated.

Value

A list containing the confidence functions.

Examples

1
t.confdist(1:10, y = c(7:20))

ddarmon/confdist documentation built on Aug. 8, 2020, 4:44 p.m.