Learn R Programming

a4 (version 1.20.0)

nlcvTT: Data to Demonstrate nlcv and Co Functions

Description

Simulated data set used to demonstrate nlcv and accompanying plot functions to study classification problems

Usage

data(nlcvTT)

Arguments

format

The object is of class "nlcv", an object as produced by the nlcv function.

source

data simulated using nlcvTT <- nlcv(selBcrAblOrNeg, classVar = 'mol.biol', classdist = "unbalanced", nRuns = 10, fsMethod = "t.test", verbose = TRUE)

See Also

nlcv

Examples

Run this code
data(nlcvTT)
  if (require(nlcv)) # on R-Forge
    scoresPlot(nlcvTT, tech = 'svm', nfeat = 25)

Run the code above in your browser using DataLab