Description Usage Arguments Value Examples
View source: R/parameter_transformation.R
The TOST sensitivity parameterization is transformed to the standard parameterization.
1 | nabla.to.standard(r, nabla, theta1, theta2, n)
|
r |
relative mean-difference |
nabla |
TOST sensitivity index |
theta1 |
lower limit of equivalence interval |
theta2 |
upper limit of equivalence interval |
n |
sample size in each group |
A list with the transformed parameters in standard parameterization, i.e. (theta1, theta2, theta0, sigma, n)
1 2 | l <- nabla.to.standard(r = 0.75, nabla = 10, theta1 = 0, theta2 = 4, n = 20)
standard.to.nabla(l$theta1,l$theta2,l$theta0, l$sigma, l$n)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.