oaxaca: Municipalities of the state of Oaxaca in Mexico

oaxacaR Documentation

Municipalities of the state of Oaxaca in Mexico

Description

Dataset with information about the free and sovereign state of Oaxaca, which is located in the southern part of Mexico. The dataset contains information on population, surface, indigenous language, agriculture, and income from years ranging from 2000 to 2010. The information was originally collected and processed by Mexico's National Institute of Statistics and Geography (INEGI by its name in Spanish, ‘Instituto Nacional de Estadistica y Geografia’, http://www.inegi.org.mx/).

Usage

data(oaxaca)

Format

A data frame with 570 observations on the following 41 variables:

IDREGION

region INEGI code.

LBREGION

region name (without accents and Spanish language characters).

IDDISTRI

district INEGI code.

LBDISTRI

district name (without accents and Spanish language characters).

IDMUNICI

municipality INEGI code.

LBMUNICI

municipality name (without accents and Spanish language characters).

SURFAC05

surface in squared kilometres 2005.

POP00

population 2000.

POP10

population 2010.

HOMES00

number of homes 2000.

HOMES10

number of homes 2010.

POPMAL00

male population 2000.

POPMAL10

male population 2010.

POPFEM00

female population 2000.

POPFEM10

female population 2010.

INLANG00

5 or more years old population which speaks indigenous language 2000.

INLANG10

5 or more years old population which speaks indigenous language 2010.

INCOME00

gross income in thousands of Mexican pesos 2000.

INCOME01

gross income in thousands of Mexican pesos 2001.

INCOME02

gross income in thousands of Mexican pesos 2002.

INCOME03

gross income in thousands of Mexican pesos 2003.

PTREES00

planted trees 2000.

PTREES01

planted trees 2001.

PTREES02

planted trees 2002.

PTREES03

planted trees 2003.

MARRIA07

marriages 2007.

MARRIA08

marriages 2008.

MARRIA09

marriages 2009.

HARVBE07

harvested bean surface in hectares 2007.

HARVBE08

harvested bean surface in hectares 2008.

HARVBE09

harvested bean surface in hectares 2009.

VALUBE07

value of bean production in thousands of Mexican pesos 2007.

VALUBE08

value of bean production in thousands of Mexican pesos 2008.

VALUBE09

value of bean production in thousands of Mexican pesos 2009.

VOLUBE07

volume of bean production in tons 2007.

VOLUBE08

volume of bean production in tons 2008.

VOLUBE09

volume of bean production in tons 2009.

sHOMES00

a sample (column vector of ones and zeros; 1 = selected, 0 = otherwise) of 373 municipalities drawn using the Hajek (1964) maximum-entropy sampling design with inclusion probabilities proportional to the variable HOMES00.

sSURFAC

a sample (column vector of ones and zeros; 1 = selected, 0 = otherwise) of 373 municipalities drawn using the Hajek (1964) maximum-entropy sampling design with inclusion probabilities proportional to the variable SURFAC05.

SIZEDIST

the size of the district, i.e., the number of municipalities in each district.

sSW_10_3

a sample (column vector of ones and zeros; 1 = selected, 0 = otherwise) of 30 municipalities drawn using a self-weighted two-stage sampling design. The first stage draws 10 districts using the Hajek (1964) maximum-entropy sampling design with clusters' inclusion probabilities proportional to the size of the clusters (variable SIZEDIST). The second stage draws 3 municipalities within the selected districts at the first stage, using equal-probability without-replacement sampling.

Source

Mexico's National Institute of Statistics and Geography (INEGI), ‘Instituto Nacional de Estadistica y Geografia’ http://www.inegi.org.mx/

Examples

data(oaxaca)                         #Loads the Oaxaca municipalities dataset
mean(oaxaca$INCOME00, na.rm= TRUE)   #Computes INCOME00 mean (note it has NA's)
median(oaxaca$INCOME00, na.rm= TRUE) #Computes INCOME00 median (note it has NA's)

samplingVarEst documentation built on Jan. 14, 2023, 5:08 p.m.