Description Usage Arguments Value Examples
Not sure about the degree of completeness of this function.
1 |
x |
not sure about this. |
A data frame.
1 2 3 4 5 6 7 8 9 10 11 12 | ## Not run:
filepaths <- list.files(pattern = "*\\.rds$", full.names = TRUE, ignore.case = TRUE)
res.allscenarios.list <- lapply(filepaths, function(x){
vrap.output <- readRDS(x)
scenario <- names(vrap.output)
res.list <- extractQualifiedRuns(vrap.output)
return(list(qualified.reps=res.list[[1]], scenario=scenario, nruns=vrap.output[[1]]$inputs$NRuns))
})
res <- calcRERbinomial(res.allscenarios.list)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.