R/data.R

#' @title An example data frame
#'
#' @description A data frame with exact column names as specified.
#'
#' @format A data frame with parameters needed to diagnose metabolic syndrome.
#' \describe{
#'   \item{Gender}{Gender in Male or Female}
#'   \item{WC}{Waist Circumference in cm}
#'   \item{TG}{Triglycerides in mg/dL}
#'   \item{HDLC}{High Density Lipoprotein Cholesterol in mg/dL}
#'   \item{SBP}{Systolic BP in mm Hg}
#'   \item{DBP}{Diastolic BP in mm Hg}
#'   \item{FPG}{Fasting plasma glucose in mg/dL}
#' }
"x"

Try the MetabolicSyndrome package in your browser

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

MetabolicSyndrome documentation built on Aug. 19, 2023, 1:06 a.m.