Skip to content

iquizoo/preproc.iquizoo

Repository files navigation

preproc.iquizoo

R-CMD-check Codecov test coverage lint

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("iquizoo/preproc.iquizoo@develop")

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

install.packages("preproc.iquizoo", repos = c(getOption("repos"), "https://iquizoo.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.

About

Data processing for iquizoo.com

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages