Last data update: 2014.03.03

R: Running a computer experiment - Collect specific results
collectExperimentsR Documentation

Running a computer experiment – Collect specific results

Description

Collects specific results of all finished experiments in the given registry for a given pattern.

Usage

  collectExperiments(reg, pattern)

Arguments

reg

A valid registry generated by 'makeExperimentRegistry'.

pattern

string containing the algorithm pattern for which the collection shall be performed.

Value

List of data frames containing the performance measures of all point and interval estimates for the heterogeneity and the regression coefficients.

Results