Skip to contents

The goal of preproc.iquizoo is to provide pre-processing functions for IQUIZOO original data.

Background

IQUIZOO is now a developing company shipped with a bunch of games assessing psychological constructs. The original data from these games have various formats, and this package tries to provide data preprocessing APIs for them.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("psychelzh/preproc.iquizoo@develop")

Or you can install the stable version from r-universe with:

install.packages("preproc.iquizoo", repos = c(getOption("repos"), "https://psychelzh.r-universe.dev"))

Usage

This package is best used in company with tarflow.iquizoo package. Read the documentation there.

Advanced

To deal with the various formats of datasets, each function accepts two special input arguments:

  • .input: the input variable names used in the data.frame typed data.
  • .extra: some special values for certain variable. For example, the value used to indicate "congruent" type stimuli.