ci: Confidence Intervals

View source: R/equiv.R

ciR Documentation

Confidence Intervals

Description

Confidence Intervals

Usage

ci(alpha, theta, sigma_nu, nu, ...)

Arguments

alpha

A numeric value specifying the significance level (default = 0.05).

theta

A numeric value corresponding to the estimated parameter of interest (such as a difference of means).

sigma_nu

A numeric value corresponding to the estimated standard error.

nu

A numeric value corresponding to the number of degrees of freedom.

...

Additional parameters.

Value

The function returns a numerical vector with the lower and upper bound of the confidence intervals.

Author(s)

Younes Boulaguiem, Stéphane Guerrier, Dominique-Laurent Couturier


cTOST documentation built on April 4, 2025, 4:06 a.m.