R/data.R

#' Data collected for Swim Time
#'
#' Contains four continuous variables.
#'
#' @format A data frame with 200 rows and 4 variables:
#'  \describe{
#'    \item{Age}{The age of the person taking swim lessons}
#'    \item{SwimTime}{The quantity of time the person spent swimming}
#'    \item{Temp}{The temperature of the water during the swim lesson}
#'    \item{UV}{The UV index during the swim lesson}
#'    }
#'
#' @source {Created in-house to serve as an example dataset for the package correlationr.}
#'
#' @examples
#'  data(SwimLessons)
"SwimLessons"

Try the correlationr package in your browser

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

correlationr documentation built on April 11, 2025, 6:17 p.m.