R/bile.R

#' Bile Data
#'
#' A dataset containing lithogenic bile concentrations in 29 Pima Indians. For 29 females, the data give age and percent saturation of bile cholesterol.
#'
#' \itemize{
#'   \item Age: age in years of each female indian
#'   \item Concentration: percent saturation of bile cholesterol
#' }
#'
#' @docType data
#' @keywords datasets
#' @name bile
#' @usage data(bile)
#' @format A data frame with 29 rows and 2 variables.
#' @references Goodall, C. (1983). Examining Residuals. In Hoaglin, D. C., Mosteller, F. and Tukey, J. W. (1983). Understanding Robust and Exploratory Data Analysis. \emph{Wiley series in probability and mathematical statistics}.
#'
NULL

Try the diagL1 package in your browser

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

diagL1 documentation built on May 29, 2024, 10:56 a.m.