wv.model: Train a weighted voting classifier

Description Usage Arguments Examples

View source: R/wv.R

Description

A more detailed description will eventually go here...

Usage

1
wv.model(data, classlabel, correction = TRUE)

Arguments

data

matrix with samples in columns and genes in rows

classlabel

two-level factor of binary outcomes (0 or 1)

correction

should the Broad Institute's correction method be used?

Examples

1
2
3
4
5
6
## Not run: 
library(multtest)
data(golub)
mod <- wv.model(golub,golub.cl,correction=T)

## End(Not run)

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