Description Usage Arguments Value Author(s) References See Also Examples
This function computes the sample size for an analysis of multiple test with a single step Bonferroni procedure.
1 2 | bonferroni.1m.ssc(mean.diff, sd, cor, power = 0.8, alpha = 0.05,
alternative = "two.sided")
|
mean.diff |
vector of the mean differences of the |
sd |
vector of the standard deviations of the |
cor |
correlation matrix between the endpoints. These are assumed identical for both groups. |
power |
value which corresponds to the chosen power. |
alpha |
value which correponds to the chosen Type-I error rate bound. |
alternative |
character string specifying the alternative hypothesis, must be one of "two.sided" (default), "greater" or "less". |
Sample size |
The required sample size. |
P. Lafaye de Micheaux, B. Liquet and J. Riou
Lafaye de Micheaux P., Liquet B., Marque S., Riou J. (2014). Power and Sample Size Determination in Clinical Trials With Multiple Primary Continuous Correlated Endpoints, Journal of Biopharmaceutical Statistics, 24, 378–397. Adcock, C. J. (2007). Sample size determination: a review. Journal of the Royal Statistical Society: Series D (The Statistician), 46:261-283.
global.1m.analysis
,
indiv.1m.ssc
,
indiv.1m.analysis
,
global.1m.ssc
1 2 3 4 5 6 |
Loading required package: mvtnorm
Loading required package: ssanv
Loading required package: parallel
[1] 184
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.