Learn R Programming

gglyph (version 0.2.0)

pisa_2022: PISA 2022 data

Description

Results of pairwise t-tests (with Bonferroni correction) performed on a subset from the PISA 2022 data.

Usage

data(pisa_2022)

Arguments

Format

A data frame with 492 rows and 3 variables:

from

Category A of educational level (ISCED) attained by the parents of the respondent (character).

to

Category B of educational level (ISCED) attained by the parents of the respondent (character).

group

Country of the respondent (character).

sig

p-value of the pairwise t-test (numeric).

References

Additional reference(s) for further reading:

  • OECD (2024). PISA 2022 Technical Report. OECD Publishing, Paris. tools:::Rd_expr_doi("10.1787/01820d6d-en")

Examples

Run this code
data(pisa_2022)
head(pisa_2022)

Run the code above in your browser using DataLab