View source: R/consolidate_partial_results.R
| consolidate_partial_results | R Documentation | 
Consolidates results from a set of partial files (each generated by an
individual call to calc_nreps()) into a single output structure, similar
(but not identical) to the output of run_experiment(). This is useful
e.g., to consolidate the results from interrupted experiments.
consolidate_partial_results(Configuration, folder = "./nreps_files")
| Configuration | a named list containing all parameters
required in a call to  | 
| folder | folder where the partial files are located. | 
a list object containing the following fields:
data.raw - data frame containing all observations generated
data.summary - data frame summarizing the experiment.
N - number of instances sampled
total.runs - total number of algorithm runs performed
instances.sampled - names of the instances sampled
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.