Description Usage Arguments Value Examples
View source: R/parameter_transformation.R
The standard parameterization is transformed to the TOST sensitivity parameterization.
1 | standard.to.nabla(theta1, theta2, theta0, sigma, n)
|
theta1 |
lower limit of equivalence interval |
theta2 |
upper limit of equivalence interval |
theta0 |
mean-difference |
sigma |
standard deviation of the measurements |
n |
sample size in each group |
A list with the transformed parameters in TOST sensitivity parameterization, i.e. (r, nabla, theta1, theta2, 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.