Nothing
#' 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
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.