Description Usage Arguments Value Author(s) Examples
The SimResultsList is a list to store multiple (SimResults) results. Each element should be one SimResults-class object.
| 1 | 
| ... | ... | 
An S4 SimResultsList-class object.
Xiaobei Zhou and Mark D. Robinson.
| 1 2 3 4 5 6 7 | library(benchmarkR)
data(PickrellList)
rel <- SimResultsList()
for(i in 1:5)
    rel[[i]] <- SimResults(pval=PickrellList[[i]]$pval, labels=PickrellList[[i]]$labels)
rel
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.