expExtract: Extract statistically equivalent methods from a multiple...

Description Usage Arguments Value Examples

View source: R/fun_expExtract.R

Description

This functions generates a new experiment incluing the methods that obtained an equivalent performance with statisticall significance in the multiple comparison test i.e. those whose hypotheses were not rejected

Usage

1

Arguments

ph

A testMultipleControl test object

Value

an experiment object

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# First we create an experiment from the wekaExperiment problem and prepare
# it to apply the test:
experiment <- expCreate(wekaExperiment, name="test", parameter="fold")
experiment <- expReduce(experiment, "fold", mean)
experiment <- expInstantiate(experiment, removeUnary=TRUE)

# Then we perform a testMultiplePairwise test procedure
test <- testMultipleControl(experiment, "trainingTime", "min")

expExtract(test)

jacintoArias/exreport documentation built on June 6, 2021, 3:40 a.m.