Description Usage Arguments Value See Also Examples
View source: R/friedmanPostHocTestBMR.R
Performs a posthoc.friedman.nemenyi.test
for a
BenchmarkResult
and a selected measure.
This means all pairwise comparisons of learners
are performed.
The null hypothesis of the post hoc test is that each pair of learners is equal.
If the null hypothesis of the included ad hoc friedman.test
can be rejected an object of class pairwise.htest
is returned. If not, the function returns the
corresponding friedman.test.
Note that benchmark results for at least two learners on at least two tasks
are required.
1 2 | friedmanPostHocTestBMR(bmr, measure = NULL, p.value = 0.05,
aggregation = "default")
|
bmr |
[ |
measure |
[ |
p.value |
[ |
aggregation |
[ |
[pairwise.htest
]: See posthoc.friedman.nemenyi.test
for details.
Additionally two components are added to the list:
logical(1)
]Whether the according friedman.test rejects the Null hypothesis at the selected p.value
list(2)
]Minimal difference the mean ranks of two learners need to have in order to be significantly different
Other benchmark: BenchmarkResult
,
batchmark
, benchmark
,
convertBMRToRankMatrix
,
friedmanTestBMR
,
generateCritDifferencesData
,
getBMRAggrPerformances
,
getBMRFeatSelResults
,
getBMRFilteredFeatures
,
getBMRLearnerIds
,
getBMRLearnerShortNames
,
getBMRLearners
,
getBMRMeasureIds
,
getBMRMeasures
, getBMRModels
,
getBMRPerformances
,
getBMRPredictions
,
getBMRTaskDescs
,
getBMRTaskIds
,
getBMRTuneResults
,
plotBMRBoxplots
,
plotBMRRanksAsBarChart
,
plotBMRSummary
,
plotCritDifferences
,
reduceBatchmarkResults
1 | # see benchmark
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.