This dataset, mexico_elections_df, is a data frame containing a subset of the 2012 Mexico Elections Panel Study. The dataset includes 1004 observations and 25 variables, covering demographics, political preferences, and attitudes toward electoral processes. It provides valuable insights into voter behavior and perceptions during the 2012 federal elections in Mexico.
data(mexico_elections_df)
A data frame with 1004 observations and 25 variables:
Wave number (integer)
Gender: 1 = Male, 0 = Female (integer)
Age of respondent (numeric)
Level of education (integer)
Year variable (integer)
Vote intention or behavior (integer)
Age squared (numeric)
Interest in politics (integer)
Marital status (integer)
Partisan ID: PAN (integer)
Partisan ID: PRD (integer)
Partisan ID: PRI (integer)
Possession of voting card (integer)
Urban residence indicator (integer)
Perception of clean elections (integer)
Lives in metropolitan area (integer)
Lives in central region (integer)
Lives in northern region (integer)
Wealth index (numeric)
Approval of electoral authority (integer)
Received political propaganda (integer)
Concurrent elections indicator (integer)
Missing response for clean elections question (integer)
Party loyalty (integer)
Direct benefit from party/government (integer)
The dataset name has been kept as 'mexico_elections_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the MexicoDataAPI package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.