R/data-Temp.R

#' Average Monthy Temperatures for Two Cities
#'
#' This dataset gives the average monthly temperatures (in degrees Fahrenheit) for Springfield, MO and San Francisco, CA.  These data are from Burrill and Hopensperger (1993).
#'
#' @format A data frame with 24 rows and 2 variables:
#' \describe{
#'   \item{City}{city where temperature was measured}
#'   \item{Temperature}{average monthly temperature, in degrees Fahrenheit}
#' }
#' @references "Exploring Statistics with the T1-81" Burrill, G., & Hopensperger, P. (1993, ISBN:9780201524321)
"Temp"

Try the sur package in your browser

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

sur documentation built on Aug. 26, 2020, 1:06 a.m.