R/data.R

#' NHANES survey results.
#'
#' A dataset containing the NHANES survey information.
#'
#' @docType data
#'
#' @usage data(nhanes)
#' 
#' @format A data frame with 10122 rows and 939 variables:
#' \describe{
#'   \item{price}{price, in US dollars}
#'   \item{carat}{weight of the diamond, in carats}
#'   ...
#' }
#'
#' @source \url{http://www.nhanes.org/}
#'
#' @keywords datasets
#'
#' @examples data(nhanes)
"nhanes"
nampho2/xwas documentation built on May 23, 2019, 12:17 p.m.