Learn R Programming

pisaRT

Overview

pisaRT contains a small example data set from the PISA 2018 study with scored responses, response times and log transformed response times on item level. The original files can be retrieved as the "Cognitive items total time/visits data file" from https://www.oecd.org/pisa/data/2018database/.

Installation

# Install pisaRT from CRAN
install.packages("pisaRT")

Usage

# load package
library(pisaRT)

# data structure of wide format data
str(pisaW)

# data structure of long format data
str(pisaL)

Copy Link

Version

Install

install.packages('pisaRT')

Monthly Downloads

132

Version

2.0.2

License

CC BY 4.0

Maintainer

Benjamin Becker

Last Published

August 23rd, 2023

Functions in pisaRT (2.0.2)

pisaW

PISA Example Responses and Response Times Data (wide format)
pisaRT-package

pisaRT: Example PISA 2018 data set with responses and response times
pisaL

PISA Example Responses and Response Times Data (long format)