aitoa.make.end.result.test.table.md: Create a Table Comparing End Results

Description Usage Arguments

View source: R/make_end_result_test_table.R

Description

Create a table with statistical test results

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
aitoa.make.end.result.test.table.md(
  end.results,
  algorithms,
  instances,
  alpha = 0.02,
  correction = c("bonferroni", "none"),
  p.value.format = aitoa.format.fractional.number,
  result.char.format = aitoa.format.setup,
  instance.format = aitoa.format.setup,
  algorithm.format = aitoa.format.setup,
  column = c("best.f", "total.time", "total.fes", "last.improvement.time",
    "last.improvement.fes", "n.improvements")
)

Arguments

end.results

the end result statistics frame

algorithms

the list of algorithms, whose names will be displayed in the table

instances

the list of instances, whose names will be used

alpha

the significance level

correction

should we apply a (e.g., bonferroni) correction?

p.value.format

the format for printing p-values

result.char.format

the format for the result characters

instance.format

the format for instance names

algorithm.format

the format for algorithm names

column

the column to be compared


thomasWeise/aitoaEvaluate documentation built on Dec. 6, 2020, 1:22 p.m.