R/data.R

#' @title Product and service contracts
#'
#' @description
#' A dataset containing a single value score for the x attribute
#' (i.e. supply risk) and y attribute (i.e. profit impact) of 200
#' product and service contracts (PSC)
#'
#' @format A \code{tibble} with 200 rows and 3 variables
#'
#' \describe{
#'   \item{PSC}{Contract identifier for each product and service}
#'   \item{x_attribute}{x attribute score, from 1 (worst) to 5 (best) in increments of 0.01}
#'   \item{y_attribute}{y attribute score, from 1 (worst) to 10 (best) in increments of 0.01}
#' }
#'
'psc'
AFIT-R/OPER782 documentation built on May 7, 2019, 7:58 a.m.