View source: R/benchmark.power.R
| benchmark.power | R Documentation | 
Benchmark power of test
benchmark.power(test.name, data.name, alpha = c(0.05, 0.01))
benchmark.sensitivity(test.name, data.name, pop, alpha = c(0.05, 0.01))
benchmark.recall(test.name, data.name, pop, alpha = c(0.05, 0.01))
benchmark.tpr(test.name, data.name, pop, alpha = c(0.05, 0.01))
benchmark.specificity(test.name, data.name, pop, alpha = c(0.05, 0.01))
benchmark.selectivity(test.name, data.name, pop, alpha = c(0.05, 0.01))
benchmark.tnr(test.name, data.name, pop, alpha = c(0.05, 0.01))
benchmark.ppv(test.name, data.name, pop, alpha = c(0.05, 0.01))
benchmark.precision(test.name, data.name, pop, alpha = c(0.05, 0.01))
benchmark.npv(test.name, data.name, pop, alpha = c(0.05, 0.01))
benchmark.accuracy(test.name, data.name, pop, alpha = c(0.05, 0.01))
test.name | 
 The name of the test being applied.  | 
data.name | 
 The name(s) of the data sets to be tested.  | 
alpha | 
 The type I error rate.  Default is
  | 
pop | 
 A vector with the populations associated with each region.  | 
A data.frame
## Not run: 
benchmark.power("scan_stat", 
                data.name = c("mixed01", "mixed01_6000"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.