Last data update: 2014.03.03

R: Community Area Data for the North Part of the City of Chicago
E7.6R Documentation

Community Area Data for the North Part of the City of Chicago

Description

The E7.6 data frame has 34 rows and 5 columns.

Usage

data(E7.6)

Format

This data frame contains the following columns:

Area.Name

a character vector, name of area.

PB

a numeric vector, percentage of population which are black.

PS

a numeric vector, percentage of population which are spanish speaking.

PA

a numeric vector, percentage of population over 65.

Income

a numeric vector, median family income for each area.

Source

Data set were constructed by Prof. Siim Soot, Dept. of Geography, University of Illinois at Chicago.

See Also

E7.7, which is the adjacency matrix for the 34 areas.

Examples

data(E7.6)
summary(E7.6)

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(SenSrivastava)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/SenSrivastava/E7.6.Rd_%03d_medium.png", width=480, height=480)
> ### Name: E7.6
> ### Title: Community Area Data for the North Part of the City of Chicago
> ### Aliases: E7.6
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(E7.6)
> summary(E7.6)
  Area.Name               PB               PS               PA        
 Length:34          Min.   : 0.000   Min.   : 0.820   Min.   : 4.960  
 Class :character   1st Qu.: 0.230   1st Qu.: 1.893   1st Qu.: 9.402  
 Mode  :character   Median : 1.905   Median : 5.830   Median :14.325  
                    Mean   :21.147   Mean   :13.930   Mean   :13.969  
                    3rd Qu.:23.775   3rd Qu.:18.957   3rd Qu.:18.580  
                    Max.   :99.000   Max.   :77.570   Max.   :22.680  
     Income     
 Min.   : 7326  
 1st Qu.:14667  
 Median :19826  
 Mean   :19391  
 3rd Qu.:24335  
 Max.   :31651  
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>