The goal of preproc.iquizoo is to provide pre-processing functions for IQUIZOO original data.
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.
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"))
This package is best used in company with tarflow.iquizoo package. Read the documentation there.
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.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.