R/Fire.R

#' Fire Data
#'
#' A dataset containing incidence of fire data for 47 residential areas in Chicago for the year 1975.
#'
#' \itemize{
#'   \item Fire: fires per 1000 housing units
#'   \item log_Fire: log of variable Fire
#'   \item Theft: thefts per 1000 residents
#'   \item Age: percent of housing units built in or before 1940
#'   \item Income: median family income as a multiple of $1000
#' }
#'
#' @docType data
#' @keywords datasets
#' @name Fire
#' @usage data(Fire)
#' @format A data frame with 47 rows and 6 variables.
#' @references Birkes, D.and Dodge, Y. (1993). Alternative Methods of Regression. \emph{Jonh Wiley & Sons}.
#'
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.