R/example.R

#' An example dataset of Breiman's variable importance scores
#'
#' A dataset containing software metrics of 1,000 calculation of Breiman's variable importance scores
#'
#' @format A data frame with 1,000 rows and 9 variables:
#' \describe{
#'   \item{LOC}{lines of code}
#'   \item{Components}{the numbers of components}
#'   \item{Subsystem}{the numbers of subsystems}
#'   \item{Files}{the numbers of files}
#'   \item{Commit}{the numbers of commits}
#'   \item{Churn}{the numbers of churns}
#'   \item{Ownership}{ownership}
#'   \item{Authorship}{authorship}
#'   \item{Experience}{developer's experience}
#'   ...
#' }
#' @source \url{https://github.com/klainfo/ScottKnottESD/}
"example"

Try the ScottKnottESD package in your browser

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

ScottKnottESD documentation built on May 2, 2019, 4:01 a.m.