Description Usage Arguments Value Examples
View source: R/mean_diff_weighted.R
Calculates the asymptotical power of an unpaired, balanced TOST for a weighted a-priori mean-difference.
1 | power.weighted.asymp(alpha, density, nabla)
|
alpha |
type I error |
density |
a-priori density for the mean-difference |
nabla |
TOST sensitivity index |
Asymptotic power of the TOST for a weighted mean-difference
1 2 3 4 | rho <- apriori.density('HT')
power.weighted.nabla(alpha = 0.05, density = rho, nabla = 7, n = 10)
power.weighted.nabla(alpha = 0.05, density = rho, nabla = 7, n = 50)
power.weighted.asymp(alpha = 0.05, density = rho, nabla = 7)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.