expExtend: Extend an experiment by adding new parameters

Description Usage Arguments Value Examples

View source: R/fun_expExtend.R

Description

This function extends an existing exreport experiment object by adding new parameters with fixed values.

Usage

1
expExtend(e, parameters)

Arguments

e

Input experiment

parameters

A list of strings containing the values of the new parameters, the name for each one of them will be given by the name of the corresponding object in the list.

Value

A modified exreport experiment object with additional parameters.

Examples

1
2
3
4
5
# We load the wekaExperiment problem as an experiment and then add a new param
# with a default value.

experiment <- expCreate(wekaExperiment, name="test", parameter="fold")
expExtend(experiment, list(discretization = "no"))

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