CENSUSMLR {regclass} | R Documentation |
Subset of CENSUS data
Description
A portion of the CENSUS dataset used for illustration
Usage
data("CENSUSMLR")
Format
A data frame with 1000 observations on the following 7 variables.
Response
a numeric vector, percentage 0-100 of household that mailed in the census form
Population
a numeric vector, the number of people living in the census block based on 2010 census
ACSPopulation
a numeric vector, the number of people living in the census block based on 2010 census
Rural
a numeric vector, the number of people living in a rural area (in that census block)
Males
a numeric vector, the number of males living in the census block
Elderly
a numeric vector, the number of people aged 65+ living in the census block
Hispanic
a numeric vector, the number of people who self-identify as Hispanic in the census block
Details
See CENSUS
data for more information.
[Package regclass version 1.6 Index]