t.confdist.summary: Confidence functions for t-Test with summary data

Description Usage Arguments Value Examples

View source: R/ttest.R

Description

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

Usage

1
2
## S3 method for class 'confdist.summary'
t(mean, sd, n, plot = TRUE)

Arguments

mean

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

sd

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

n

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

plot

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

Value

A list containing the confidence functions.

Examples

1
t.confdist(c(3,5), c(1,.5), c(10, 12))

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