View source: R/make_end_result_test_table.R
Create a table with statistical test results
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")
)
|
end.results |
the end result statistics frame |
algorithms |
the list of algorithms, whose |
instances |
the list of instances, whose |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.