alphahat.fun {cTOST} | R Documentation |
Get Corrected Level
Description
This function applies the alpha-TOST corrective procedure to obtain the corrected level.
Usage
alphahat.fun(sigma, nu, alpha, delta, tol = 1e-07)
Arguments
sigma |
A numeric value corresponding to the standard error.
|
nu |
A numeric value corresponding to the number of degrees of freedom.
|
alpha |
A numeric value specifying the significance level.
|
delta |
A numeric value corresponding to (bio)equivalence limit. We assume symmetry, i.e, the (bio)equivalence interval corresponds to (-delta,delta)
|
tol |
A numeric value corresponding to the tolerance to be applied during the optimization (see 'optim')
|
Author(s)
Younes Boulaguiem, Stéphane Guerrier, Dominique-Laurent Couturier
[Package
cTOST version 1.0.0
Index]