Nothing
#' Presidential election data of Florida (USA) in 2000.
#' @description
#' County-by-county vote for president in Florida in 2000 for Bush, Gore
#' and Buchanan.
#' @usage
#' data(election)
#' @format Contains three variables, as follows:
#' \describe{
#' \item{gore}{Vote for Gore.}
#' \item{bush}{Vote for Bush.}
#' \item{buchanan}{Vote for Pat Buchanan.}
#' }
#' @source
#' The data were obtained from the \eqn{alr4} library.
#' @references
#' Weisberg S. 2014. Applied Linear Regression. 4th edition. Hoboken NJ: Wiley
#' @examples
#' data(election)
#' head(election)
'election'
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.