ci: Confidence interval.

View source: R/utils.R

ciR Documentation

Confidence interval.

Description

Calculate the confidence interval of a vector.

Usage

ci(x, alpha = 0.05, ignore_df0 = TRUE)

Arguments

x

A numeric vector.

alpha

The alpha value for the confidence level.

ignore_df0

Ignore warnings if the degrees of freedom are 0.


japhir/stdsim documentation built on May 5, 2023, 8:19 a.m.