ci.se: Calculate confidence interval of mean

Description Usage Arguments Value Author(s)

View source: R/ci.se.R

Description

Calculate the confidence interval of the mean based on the standard error

Usage

1
ci.se(data.in, conf.level, verbose = 0)

Arguments

data.in

Data on which to calculate confidence intervals. Can be vector, data frame or a list of vectors and datarames

conf.level

Confidence interval, alpha

verbose

Logical indicating whether or not to display results in console.

Value

A matrix containing columns for: n, sample.mean, std.dev, std.error, conf.level, error.margin, sample.mean - error.margin, sample.mean + error.margin

Author(s)

Timothy R. Koscik <timkoscik+rmisc@gmail.com>


TKoscik/tkmisc documentation built on Oct. 16, 2019, 7:53 p.m.