View source: R/estimateSampleSize.R
estimateSampleSize | R Documentation |
Estimate sample size for Bland-Altman limits of agreement test
estimateSampleSize(mu, SD, delta, power = 0.8, gamma = 0.05,
alpha = 0.05, iterMax = 100, tolerance = 0.001, approx = "t",
method = "Lu", debug = FALSE, parallel = TRUE, ncores = NULL)
mu |
mean of differences |
SD |
standard deviation of differences |
delta |
pre-determined clinical agreement interval |
power |
the pre-determined power |
gamma |
alpha level of Bland-Altman LOA |
alpha |
alpha level of LOA confidence intervals |
iterMax |
maximum number of iterations |
tolerance |
tolerance for how close the power estimate should be to the input |
approx |
normal or t distribution |
method |
whether to use the Lu or Wisniewski method for power |
debug |
logical |
parallel |
logical |
ncores |
number of cores to use for parallel computation |
a list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.