test_studies | R Documentation |
Internal function to estimate the bioequivalence test for nsim simulated studies given a sample size n
test_studies(nsim, n, comp, param, param.d, arm_seed, ncores)
nsim |
number of simulated studies |
n |
sample size |
comp |
index comparator |
param |
list of parameters (mean,sd,tar) |
param.d |
design parameters |
arm_seed |
seed for each endpoint to get consistent in simulations across all comparators |
ncores |
number of cores used for the calculation |
a logical matrix of size (nsim) X (number of endpoints + 1) function only replicates test_bioq nsim times.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.