https://github.com/cran/micromap
Revision 4d2782b431ebccb81800ac7db1b43b9d84d34f44 authored by Tom Kincaid on 27 May 2014, 00:00:00 UTC, committed by Gabor Csardi on 27 May 2014, 00:00:00 UTC
1 parent f6ffb86
Raw File
Tip revision: 4d2782b431ebccb81800ac7db1b43b9d84d34f44 authored by Tom Kincaid on 27 May 2014, 00:00:00 UTC
version 1.9
Tip revision: 4d2782b
edPov.Rd
\name{edPov}
\alias{edPov}
\docType{data}
\title{Example Dataset: Education and Poverty Levels}
\description{
  A datset comparing education and poverty levels among the states.
}
\usage{data(edPov)}
\format{
  A data frame with 51 rows and the following 5 columns:
  \describe{
    \item{state}{full state name.}
    \item{ed}{education rate.}
    \item{pov}{poverty rate.}
    \item{region}{major us region.}
    \item{StateAb}{abbreviated state name.}
  }
}
\note{
  This is just an example data set.
}
\examples{
data(edPov)
head(edPov)
}
\keyword{datasets}


back to top