confidInt: Mean, standard errors, and confidence intervals of samples

View source: R/statistics.R

confidIntR Documentation

Mean, standard errors, and confidence intervals of samples

Description

Mean, standard errors, and confidence intervals of samples

Usage

confidInt(x, level = 0.95, return.list = TRUE, na.rm = FALSE)

Arguments

x

A numeric vector

level

The confidence level, or 1 - \alpha.

return.list

Logical. Should the output be a list (TRUE) or a vector (FALSE)?

mu

A numer indicating the true value of the mean

alternative

A character specifying the alternative hypothesis with respect to mu.


neyhartj/miscRutils documentation built on Jan. 17, 2024, 11:15 a.m.