4  Data, Variables and Methods

4.1 Data

The data come from the EDUMERCO dataset, a survey conducted as part of the EDUMER-funded project that focused on beliefs and attitudes toward meritocracy and inequality. The survey was conducted in 2025 via Computer-Assisted Web Interviewing (CAWI) among adults aged 18 to 75 in the Santiago Metropolitan Region of Chile. The sampling design was a quota-based non-probability sample, with quotas for age, sex, educational level, and socioeconomic status that approximated the population parameters. The total sample consisted of 3,470 respondents.

4.2 Variables

The dependent variable of this study is the preference for market justice in education. This construct is measured using the following statement: “It is just that high-income people have a better education for their children than people with lower incomes” (“Es justo que las personas de altos ingresos tengan una mejor educación para sus hijos que las personas con ingresos más bajos” in Spanish). The responses cathegories are based on a Likert scale from (1) “strongly disagree” to (5) “strongly agree”.

The main independent variable in this study is meritocratic beliefs. To this end, two dimensions are distinguished: (1) meritocratic perceptions and preferences, and (2) perceptions and acceptance of privilege. Meritocratic and privilege-based perceptions and preferences were measured using the same items proposed in the original scale (Castillo et al., 2023). The items are as follows:

  • Meritocratic perceptions: the extent to which effort and ability are rewarded in Chile,
  • Meritocratic preferences: agreement with that those who work harder or are more talented should be better rewarded,
  • Privilege perceptions: the extent to which success is perceived as linked to connections and family wealth,
  • Privilege acceptance: agreement that it is acceptable for individuals with better connections or wealthy parents to achieve greater success.

Each item is rated on a four-point Likert scale ranging from “strongly disagree” (1) to “strongly agree” (4), higher scores indicate stronger endorsement of the corresponding perception or preference.

In addition, other independent variables considered are educational level and political identification. Educational level is measured using the question: “What is the most recent course or level of study you completed?” (“¿Cuál es el último curso o nivel de estudios que completó?” in Spanish). The response categories range from 1 to 9, where higher values indicate a higher level of education among respondents. Political identification, meanwhile, is measured along a left-right axis using a 6-category scale, where 1 indicates right, 5 indicates left, and 6 indicates independent.

Tabla 4.1: Descriptive statistics of variables
Variable Category Valid N
Dependent variable
Education market justice preferences Agree 533
Desagree 1308
Strongly agree 188
Strongly desagree 1243
Independent variables
Effort perception Agree 814
Desagree 1712
Strongly agree 123
Strongly desagree 663
Talent perception Agree 1101
Desagree 1557
Strongly agree 144
Strongly desagree 509
Rich parents perception Agree 1135
Desagree 299
Strongly agree 1797
Strongly desagree 125
Contact perception Agree 1216
Desagree 113
Strongly agree 1973
Strongly desagree 87
Effort preference Agree 1236
Desagree 181
Strongly agree 1839
Strongly desagree 85
Talent preference Agree 1408
Desagree 739
Strongly agree 942
Strongly desagree 118
Rich parents preference Agree 1322
Desagree 1072
Strongly agree 228
Strongly desagree 470
Contact preference Agree 1168
Desagree 1280
Strongly agree 239
Strongly desagree 492
Educational level 1 12
2 52
3 125
4 992
5 298
6 726
7 395
8 693
9 177
Political identification Center 234
Does not identify 1436
Left 805
Right 846
Income De $1.100.001 a $2.700.000 mensuales liquidos 660
De $2.700.001 a $4.100.000 mensuales liquidos 184
De $280.001 a $380.000 mensuales liquidos 252
De $380.001 a $470.000 mensuales liquidos 324
De $470.001 a $610.000 mensuales liquidos 528
De $610.001 a $730.000 mensuales liquidos 332
De $730.001 a $890.000 mensuales liquidos 327
De $890.001 a $1.100.000 mensuales liquidos 513
Mas de $4.100.001 mensuales liquidos 88
Menos de $280.000 mensuales liquidos 262

Based on previous research (Castillo et al., 2025), the statistical models include sociodemographic controls to account for potential compositional effects in the population. The control variables are age (en años) and sex (0 = male; 1 = women).

4.3 Analytical strategy

First, a latent class analysis (LCA) is conducted to identify the latent classes (C) that represent meritocratic belief patterns. Second, once the optimal model has been determined, each individual is assigned the latent class to which they are most likely to belong. Third, a multinomial logistic regression is performed to examine the relationship between membership in latent classes and a preference for market justice in education, while also considering the effects of education and political identification on the dependent variable.

4.3.1 Latent class analysis

LCA is conducted using the poLCA package in R (Linzer & Lewis, 2011), with meritocratic and privilege-based indicators as dichotomized variables. The model is estimated using the Expectation-Maximization (EM) and Newton-Raphson algorithms, which iteratively estimate the model’s parameters until convergence. The optimal number of latent classes is determined based on a combination of statistical criteria, including the Akaike Information Criterion (AIC), Bayesian Information Criterion (BIC), and entropy. Lower AIC and BIC values indicate better model fit, while higher entropy values indicate better classification accuracy.

Figura 4.1: Conceptual map for latent class analysis (LCA). “C” represents latent class memberships. “M1-M4” represents four meritocratic intems used as LCA indicators, and “P1-P4” represents four privileged items used as LCA indicators.

4.3.2 Ordinal logistic regression

After determining the optimal number of latent classes, individuals are assigned to their most likely latent class memberships based on their posterior probabilities. An ordinal logistic regression is then conducted to examine the relationship between latent class memberships and the preference for market justice in education. The ordinal logistic regression model is also estimated in R, with the preference for market justice in education as the dependent variable and latent class memberships, educational level, and political identification as independent variables.

4.3.3 Robustness analysis

To ensure the robustness of the research findings, I decided to replicate the procedure with a student population from the same country. This was possible because I had access to a dataset generated by the same project from the main database. As a result, the same variables were available to conduct a complete replication of the study. The analyses in this section will be performed using the same software and the same code libraries.