Index of /web/packages/pisaRT/readme

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2020-07-01 11:10 5.5K 

README

pisaRT

Travis build status

Overview

pisaRT contains a small example data set from the PISA 2015 study with scored responses and response times (https://www.oecd.org/pisa/data/2015database/).

Installation

# Install pisaRT from CRAN (not possible, yet)
install.packages("pisaRT")

# Install pisaRT from GitHub via
devtools::install_github("beckerbenj/pisaRT")

Usage

# load package
library(pisaRT)

# data strcuture of wide format data
str(pisaW)

# data strcuture of long format data
str(pisaL)