Introduction

Column

Summary

Indonesia ranks low in regional and international education assessments. To boost economic growth and reduce reliance on primary commodities, it must equip its workforce with higher skills. This study examines how computer ownership and internet access affect the test scores of 15-year-olds in the 2018 OECD PISA survey, using an ANCOVA model that accounts for student wealth disparities. Results show both factors positively impact scores, though the effect varies by wealth level. These insights can guide education policy and government spending to improve learning outcomes.

Column

Introduction

Indonesia, a middle-income country, faces the critical challenge of equipping its workforce with the skills needed for a more advanced, diversified economy. Both the Indonesian government and the World Bank have noted that the current workforce lacks the necessary training and technical expertise to transition from agriculture and extractive industries to high-value-added sectors. Without addressing this gap, economic growth will be constrained.

While improving education nationwide is a long-term effort, certain interventions may accelerate progress. This study examines whether computer ownership and internet access-adjusted for wealth levels-can enhance educational achievement in Indonesia.

Using data from the 2018 Programme for International Student Assessment (PISA) conducted by the OECD every three years, we analyze the combined test scores of 15-year-olds in reading, mathematics, and science. By linking these scores to data on student computer ownership, internet access, and wealth, we assess their impact on academic performance.

Watch the video on the left to learn more about the 2018 PISA.


Researched and engineered at Decision Analytics Hub
by Mauricio Claudio |

Data

Column

Data

The PISA survey data for this study comes from the learningtower library (v1.0.1) accessed with the R statistical language and RStudio IDE (v2023.12.0 Build 369). The 2018 Indonesia dataset includes 11,819 observations and contains the following variables:

  • computer and internet (binary categorical variables) indicating computer ownership and internet access, respectively.

  • mean_TestScore (continuous numerical variable), representing the average of individual math, reading, and science test scores.

  • wealth (continuous numerical covariate), a z-score where zero represents the mean, and ?1 and ?2 correspond to one and two standard deviations from the mean, covering approximately 68% and 95% of the population, respectively.

A data summary and multivariate plots are available in the right panels. The downloadable plots are interactive so make sure to hover on them. The dataset used in this analysis can be inspected and downloaded as a .csv file there too.


Column

Data Summary & Download

Data Frame Summary

PISA2018_Indonesia

Dimensions: 11819 x 4
Duplicates: 0
No Variable Stats / Values Freqs (% of Valid) Graph Valid Missing
1 internet [factor]
1. no
2. yes
5545(46.9%)
6274(53.1%)
11819 (100.0%) 0 (0.0%)
2 computer [factor]
1. no
2. yes
6932(58.7%)
4887(41.3%)
11819 (100.0%) 0 (0.0%)
3 wealth [numeric]
Mean (sd) : 0 (1)
min ≤ med ≤ max:
-4.2 ≤ -0.1 ≤ 5.7
IQR (CV) : 1.2 (328.4)
3968 distinct values 11819 (100.0%) 0 (0.0%)
4 mean_TestScore [numeric]
Mean (sd) : 403.4 (75.4)
min ≤ med ≤ max:
171.1 ≤ 397.1 ≤ 682.2
IQR (CV) : 105.5 (0.2)
11729 distinct values 11819 (100.0%) 0 (0.0%)

Generated by summarytools 1.1.1 (R version 4.2.1)
2025-03-02


Computer ownership vs. Internet access

Wealth

Test scores


Method

Column

Methodology

To evaluate how computer ownership and internet access influence educational achievement while accounting for wealth, we use a crossed, fixed-effects factor ANCOVA model with unequal slopes. The model includes two binary factor variables - computer and internet and one covariate - wealth. The initial full ANCOVA model includes three main effects, three two-way interactions, and one three-way interaction. The final, simplified model excludes the three-way interaction, as it is not statistically significant at the 0.05 level.

We fit the model using the Anova() function from the car package, applying Type 3 sums of squares. Pairwise mean comparisons, contrasts, and confidence intervals are calculated at the 0.05 level using the Bonferroni method. The final ANCOVA model table and model fit diagnostics are displayed on the right.

Column

Model

\[\mathbf{Y = \alpha\beta + \alpha\gamma + \beta\gamma}\]

\[where\ Y = mean\ Test\ Score \\ {\bf \alpha} = Computer\ ownership \\ {\bf \beta} = Internet\ access \\ {\bf \gamma} = Wealth\ level \]


  Dependent variable
Predictors Estimates CI p
(Intercept) 378.13 375.35 – 380.90 <0.001
computer [yes] 29.67 24.99 – 34.34 <0.001
internet [yes] 20.29 16.50 – 24.08 <0.001
wealth 9.84 7.26 – 12.42 <0.001
computer [yes] × internet
[yes]
-6.84 -13.07 – -0.62 0.031
computer [yes] × wealth 10.96 7.17 – 14.75 <0.001
internet [yes] × wealth 5.19 1.36 – 9.02 0.008
Observations 11819

Model equation

\[ {\large \begin{aligned} \operatorname{\widehat{mean\_TestScore}} &= 378\\ &\quad + 29.7(\operatorname{computer}_{\operatorname{yes}})\\ &\quad + 20.3(\operatorname{internet}_{\operatorname{yes}})\\ &\quad + 9.84(\operatorname{wealth})\\ &\quad - 6.84(\operatorname{computer}_{\operatorname{yes}} \times \operatorname{internet}_{\operatorname{yes}})\\ &\quad + 11.0(\operatorname{computer}_{\operatorname{yes}} \times \operatorname{wealth})\\ &\quad + 5.19(\operatorname{internet}_{\operatorname{yes}} \times \operatorname{wealth}) \end{aligned} } \]

ANCOVA table

Sum Sq Df F value Pr(>F)
(Intercept) 327282540.74 1 71415.490 0.000
computer 709209.24 1 154.755 0.000
internet 503902.32 1 109.955 0.000
wealth 256133.43 1 55.890 0.000
computer:internet 21271.63 1 4.642 0.031
computer:wealth 147490.60 1 32.184 0.000
internet:wealth 32371.10 1 7.064 0.008
Residuals 54131972.83 11812

Model fit diagnostics

Results

Column

Results

The final ANCOVA model indicates that the three two-way interactions - Computer ownership with Internet access, Computer ownership with Wealth level and Internet access with Wealth level - are significant at the 95% confidence level.

Interaction between Computer ownership & Internet access
Mean test scores differ significantly across the four treatment groups. Unsurprisingly, students without a computer or internet score the lowest (378 points), while those with both score the highest (421 points). All six pairwise contrasts among the the four factor combinations are significant, ranging from a 43-point increase for students with both a computer and internet compared to those with neither, to a 9-point decrease for students with internet but no computer compared to those with a computer but no internet. These results suggest that computer ownership has a greater impact on test scores than internet access.

Interaction between Computer ownership & Wealth level
Mean test scores vary significantly across wealth levels (-1, 0, +1, and +2 SD from the mean), with differences increasing as wealth rises. Scores range from 376 points for students without a computer at -1 SD wealth to 461 points for those with a computer at +2 SD wealth. All contrasts are significant except at -2 SD wealth, with score increases ranging from 16 points at -1 SD wealth to 48 points at +2 SD wealth. These findings indicate that wealth amplifies the positive effect of computer ownership on test scores.

Interaction between Internet access & Wealth level
Mean test scores also rise significantly with increasing wealth. Scores range from 378 points for students without internet at -1 SD wealth to 451 points for those with internet at +2 SD wealth. All contrasts are significant except at -2 SD wealth, with increases ranging from 12 points at -1 SD wealth to 28 points at +2 SD wealth. These findings suggest that, while wealth enhances the benefits of internet access, the effect is less pronounced than for computer ownership.

The dashed line in the plots represents the mean (403 points) of all test scores.


Column

Interaction - Computer & Internet

Means


computer internet mean lower.CL upper.CL
no no 378 375 381
yes no 408 404 412
no yes 398 396 401
yes yes 421 418 424


Contrasts


contrast estimate lower.CL upper.CL p.value
no no - yes yes -43.161 -48.546 -37.776 0
no no - yes no -29.699 -35.993 -23.405 0
no yes - yes yes -22.855 -28.231 -17.478 0
no no - no yes -20.307 -25.416 -15.197 0
yes no - yes yes -13.462 -19.967 -6.957 0
yes no - no yes 9.392 3.254 15.531 0

Interaction - Computer & Wealth

Means


computer wealth mean lower.CL upper.CL
no -2.0 363.4 359.0 367.8
yes -2.0 367.7 361.2 374.3
no -1.5 369.6 366.3 373.0
yes -1.5 379.4 374.1 384.7
no -1.0 375.8 373.4 378.3
yes -1.0 391.1 387.0 395.3
no -0.5 382.1 380.2 383.9
yes -0.5 402.8 399.7 405.9
no 0.0 388.3 386.4 390.2
yes 0.0 414.5 412.1 416.9
no 0.5 394.5 391.9 397.0
yes 0.5 426.2 423.9 428.6
no 1.0 400.7 397.2 404.2
yes 1.0 437.9 434.9 440.9
no 1.5 406.9 402.4 411.5
yes 1.5 449.6 445.6 453.6
no 2.0 413.1 407.5 418.8
yes 2.0 461.3 456.2 466.4


Contrasts


contrast wealth estimate lower.CL upper.CL p.value
no - yes 2.0 -48.167 -56.078 -40.257 0.000
no - yes 1.5 -42.686 -48.889 -36.483 0.000
no - yes 1.0 -37.205 -41.848 -32.563 0.000
no - yes 0.5 -31.724 -35.159 -28.290 0.000
no - yes 0.0 -26.244 -29.280 -23.208 0.000
no - yes -0.5 -20.763 -24.479 -17.046 0.000
no - yes -1.0 -15.282 -20.339 -10.224 0.000
no - yes -1.5 -9.801 -16.473 -3.129 0.004
no - yes -2.0 -4.320 -12.724 4.084 0.314

Interaction - Internet & Wealth

Means


internet wealth mean lower.CL upper.CL
no -2 362 357 368
yes -2 369 363 374
no -2 370 366 374
yes -2 379 375 384
no -1 378 375 381
yes -1 389 386 393
no 0 385 383 388
yes 0 400 397 402
no 0 393 391 395
yes 0 410 408 412
no 0 401 398 404
yes 0 420 418 422
no 1 408 404 412
yes 1 430 428 433
no 2 416 411 421
yes 2 441 437 444
no 2 424 417 430
yes 2 451 447 455


Contrasts


contrast wealth estimate lower.CL upper.CL p.value
no - yes 2 -27.248 -35.649 -18.847 0.000
no - yes 1 -22.058 -27.081 -17.035 0.000
no - yes 0 -16.869 -19.899 -13.839 0.000
no - yes -1 -11.679 -16.415 -6.943 0.000
no - yes -2 -6.489 -14.550 1.572 0.115

Conclusion

Column

Conclusion

Computer ownership and internet access are significantly associated with higher test scores at all but the lowest wealth levels, increasing scores by approximately 30 and 20 points, respectively, and 43 points combined at the mean wealth level. The relative impact of these factors is greater at higher wealth levels and smaller at lower ones.

For students without a computer or internet, test scores rise by about 11 points per standard deviation (SD) increase in wealth. Those with internet but no computer see a 13-point rise, while students with a computer but no internet experience a 17-point increase. The highest gains - 27 points per SD rise in wealth - come from students with both a computer and internet access.

When choosing between investments, decision-makers should prioritize computer ownership, which has a consistently greater impact on test scores. When investing in both, a 55/45 percent split in favor of computers reflects their stronger influence. Additionally, wealth creation should be a parallel focus, given its amplifying effect on test scores when combined with computer and internet access.

This study has some limitations. Using a composite test score for math, reading, and science obscures the distinct effects on each subject. Additionally, the lack of gender-based analysis is a gap. Preliminary findings suggest that disaggregating scores by subject and gender could further strengthen the study.


Column

| Use data to build better schools

Column

Column



Column