Description Usage Arguments Value Examples
View source: R/mean_diff_weighted.R
The equality
power_asymp_density(nabla, alpha) = pwr
is solved for nabla in dependence of alpha, pwr and density.
1 | nabla.weighted(alpha, pwr, density)
|
alpha |
type I error |
pwr |
asymptotic weighted power of the TOST |
density |
a-priori density for the mean-difference |
nabla for a weighted mean-difference
1 2 3 | rho <- apriori.density('U')
nabla <- nabla.weighted(alpha = 0.05, pwr = 0.8, density = rho)
power.weighted.asymp(alpha = 0.05, density = rho, nabla = nabla)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.