addModule: Create a new Module within an existing Pipeline

Description Usage Arguments Examples

View source: R/addModule.R

Description

A more detailed description will eventually go here...

Usage

1
addModule(pipeline, type, label)

Arguments

pipeline

an object of class Pipeline

type

the type of module to add. One of 'M1', 'M2', or 'M3'

label

a character string

Examples

1
2
3
4
5
## Not run: 
pipeline <- newPipeline(label="example pipeline",cv="cv",nfolds=10,p=0.80)
addModule(pipeline,type="M1",label="module 1")

## End(Not run)

jperezrogers/rabbit documentation built on Feb. 9, 2020, 4:59 p.m.