Description Usage Arguments Value
View source: R/aggregate_sims.R
Aggregate results of simulations
1 2 3 | aggregate_sims(file.prefix, profiles, save.file = NULL, which.reps = 1:60,
tol = 0.005, level = 0.1, run.cv = TRUE, clean.jade = FALSE,
use.cv = TRUE)
|
file.prefix |
File prefix |
profiles |
Mean values |
save.file |
Optional output file |
tol |
Threshold for declaring sites separated |
level |
Level at which to calcluate average true and false positive rate |
run.cv |
For JADE, calculate cv error if it hasn't been run already. |
which.rep |
Which simulations (length B) |
A list with elements #'
namesName of each method in order
all.statsB x n x F array of statistic values for alternative methods.
site.labelsWhich sites are separated
tol, levelParameters passed in
avg.tpr, avg.fprAverage true and false positive rates at given level and for JADE (14th column)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.