toLatex {ecr} | R Documentation |
Export results of statistical tests to LaTeX table(s).
Description
Returns high-quality LaTeX-tables of the test results of
statistical tests performed with function test
on per-instance basis. I.e., a table is returned for each instances combining
the results of different indicators.
Usage
toLatex(
stats,
stat.cols = NULL,
probs = NULL,
type = "by.instance",
cell.formatter = NULL
)
## S3 method for class 'list'
toLatex(
stats,
stat.cols = NULL,
probs = NULL,
type = "by.instance",
cell.formatter = NULL
)
## S3 method for class 'data.frame'
toLatex(
stats,
stat.cols = NULL,
probs = NULL,
type = "by.instance",
cell.formatter = NULL
)
Arguments
stats |
[ |
stat.cols |
[ |
probs |
[ |
type |
[ |
cell.formatter |
[ |
Value
[list
] Named list of strings (LaTeX tables). Names correspond to the
selected problem instances in probs
.
See Also
Other EMOA performance assessment tools:
approximateNadirPoint()
,
approximateRefPoints()
,
approximateRefSets()
,
computeDominanceRanking()
,
emoaIndEps()
,
makeEMOAIndicator()
,
niceCellFormater()
,
normalize()
,
plotDistribution()
,
plotFront()
,
plotScatter2d()
,
plotScatter3d()