Description Usage Arguments Value
View source: R/to_result_table.R
Often we are given a large data.frame
with results of
multiple (stochastic/randomized) algorithms on multiple instances with varying parameters.
One common way to present such results is to aggregate over runs, e.g. on instance
level, apply statistical singnificance tests to underpin observations and
eventually to present these ggregated results by means of result tables.
These result tables contain meta columns (e.g. problem, parameters) and each
at least one column for each algorithm.
This function serves for aggregation and calculation of statistical tests.
The result is a list of aggregated result tables which may be passed on to
to_latex
.
1 2 3 4 5 6 |
x |
[ |
split.cols |
[ |
widen.col |
[ |
measure.cols |
[ |
do.pairwise.test |
[ |
test.alternative |
[ |
testresult.col |
[ |
alpha |
[ |
stats.formatter.args |
[ |
testresult.formatter.args |
[ |
highlighter.pars |
[ |
[list
] List of aggregated data frames.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.