ci {cTOST} | R 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
[Package
cTOST version 1.0.0
Index]