R/listDataset.R

#' List of defect datasets
#'
#' This command lists all 133 defect datasets that are available in this R package
#'
#' \itemize{
#'   \item system. the system name.
#'   \item corpus. the corpus of wher it comes from.
#'   \item DefectiveRatio. the defective ratio of the data.
#'   \item Modules. the number of modules (observations).
#'   \item Defective. the number of defective modules.
#'   \item Predictors. the number of predictors (independent variable).
#'   \item EPV. the number of event per variables (EPV).
#' }
#' @format A data frame with 133 rows and 7 variables
#' @name listDataset
"listDataset"
software-analytics/Rnalytica documentation built on Aug. 16, 2020, 9:38 p.m.