R/example_data.R

#' @title \code{"example_data"}: An Example Data
#'
#' @description A data containing information about 900 borrowers. It is a
#' modified version of publicly available real data.
#'
#'
#'
#' @format A data frame with 100 rows and 3 variables:
#' \describe{
#'   \item{a}{A series of parameter \eqn{a}}
#'   \item{b}{A series of parameter \eqn{b}}
#'   \item{c}{A series of parameter \eqn{c}}
#' }
#'
#' @examples
#' data("example_data")
#' plot(example_data$a~example_data$b)
#' grid()
#'
#'
#' @source \url{https://github.com/riazakhan94/straightline}
"example_data"
villegar/friendlyGarbanzo documentation built on Feb. 11, 2020, 12:07 a.m.