R/r_noFOSL2.R

#' Represents an example of rulesTF0 output, where the presence of FOSL2 was
#' replaced with its absence.
#'
#' Within the \code{data_man} data collection, the dataset r_noFOSL2 has 5 
#' columns and 28 rows:
#' the first column contains the left-hand-side of the rules (\code{lhs}),
#' the second column is the right-hand-side of the rules (\code{rhs}),
#' the third column reports the support measures (\code{support}),
#' the fourth column contains the confidence measures (\code{confidence}) and
#' the lift measures are listed in the fifth column (\code{lift}).
#'
#' @docType data
#'
#' @usage data("data_man")
#'
#' @format An object of class \code{"data.frame"}
#'
#' @keywords datasets
#'
#' @examples
#' # Load r_noFOSL2 from the data_man collection of datasets:
#' data("data_man")
#' head(r_noFOSL2$lhs)
"r_noFOSL2"
LiubaNM/TFARM documentation built on June 24, 2019, 4:18 p.m.