R/nlcvTT.R

#' Data to Demonstrate nlcv and Co Functions
#' 
#' Simulated data set used to demonstrate nlcv and accompanying
#' plot functions to study classification problems
#' @format The object is of class \code{"nlcv"}, an object as produced
#' by the \code{nlcv} function.
#' @source  data simulated using:
#'  \code{nlcvTT <- nlcv(selBcrAblOrNeg, classVar = 'mol.biol', 
#'  classdist = "unbalanced", nRuns = 10, fsMethod = "t.test", 
#' verbose = TRUE)}
#' @seealso \code{\link[nlcv]{nlcv}}
#' @examples
#' \dontrun{
#' data(nlcvTT)
#' if (require(nlcv)) # on R-Forge
#'  scoresPlot(nlcvTT, tech = 'svm', nfeat = 25)
#' }
#' @keywords datasets
#' @docType data
"nlcvTT"

Try the a4Base package in your browser

Any scripts or data that you put into this service are public.

a4Base documentation built on Nov. 8, 2020, 5:41 p.m.