R/data.R

#' A toy dataset
#'
#'  A toy dataset extracted from package `PredictABEL`
#'
#'
#' @format A data frame with 1000 rows and 14 variables:
#' \itemize{
#'   \item sex: 1=male, 2=female
#'   \item age: age of the participants (years)
#'   \item smoking: 0=non smoker, 1=smoker
#'   \item education: 0=without bachelor degree, 1=bachelor degree or above
#'   \item diabetes: diabetes mellitus, 0= health, 1= diabetes
#'   \item BMI: body mass index (kg/cm2)
#'   \item systolic: systolic blood pressure(mmHg)
#'   \item diastolic: diastolic blood pressure(mmHg)
#'   \item \dots : other genetic information, see the \code{\link[PredictABEL]{ExampleData}} in  \code{\link[PredictABEL]{PredictABEL-package}} .
#'
#' }
#' @seealso \code{\link[PredictABEL]{ExampleData}}
"diabetes"
XikunHan/quickReg documentation built on March 21, 2022, 3:29 p.m.