R/data.R

#' faithful: Old Faithful Geyser Data
#'
#' @description Waiting time between eruptions and the duration of the eruption
#' for the Old Faithful geyser in Yellowstone National Park, Wyoming, USA.
#'
#' @format A data frame with 272 observations on 2 numeric variables:
#' \describe{
#'   \item{eruptions}{Eruption time in mins}
#'   \item{waiting}{Waiting time to next eruption in mins}
#' }
#' @source {Azzalini, A. and Bowman, A. W. (1990). A look at some data on the
#' Old Faithful geyser. Applied Statistics, 39, 357--365. 10.2307/2347385.}
"faithful"
MarkMc1089/mongo2shiny documentation built on Dec. 17, 2021, 3:13 a.m.