Description Usage Arguments Value
From a main folder get all parameters In theory, the folder 'mainfold' should contain the results of an abc as done by ./abcdir/abc.R which, in theory again, should look like a set of subfolder 'mainfoldresults/mainfoldresultsX' where X depends on the number of simulation and the way they are divided in abc.R
1 | getAllparameters(mainfold, log = F, lim = NULL, check = T)
|
mainfold |
mainfolder with allscores |
log |
if true, show the name of the folder scanned |
lim |
if lim is a vector of int then take the folder that have index in lim, if lim is a character, directly take lim as the list of folders |
check |
if check is true then when check if all parameters led to good simulation (ie number of parameters -== number of score) note that with check use of checkIfNumberGood should be useless |
a dataframe with all parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.