Releases: psychelzh/preproc.iquizoo
Releases · psychelzh/preproc.iquizoo
preproc.iquizoo 2.7.0
preproc.iquizoo 2.6.0
Breaking Changes
- Added
wrangle_data()
andpreproc_data()
functions, which were previously in tarflow.iquizoo package.
Bug Fixes
- Fixed an edge case when
fit_numerosity()
will stuck in infinite loop.
preproc.iquizoo 2.5.1
Breaking Changes
- Ensure the number of reversals in
calc_staircase_wetherill()
to be even. Odd number of reversals will be automatically adjusted to even number by removing the first reversal from the condition with larger number of reversals (#75).
preproc.iquizoo 2.4.2
- Fixed a bug in
span()
when correctness column hasNA
values not in all rows, in which case the function would not calculate partical credit scores for all cases.
preproc.iquizoo 2.4.1
Bug Fixes
- Reverted one index (
pc
) ofcpt()
to its originalnc
.
preproc.iquizoo 2.2.0
New Features
- Added new function
dualnback()
to support for dual n-back tests. - Added new function
staircase()
to support for tests shipped with staircase method. - Added new function
synwin()
to support modified SynWin test. - Now
span()
can deal with location memory test. - Supported new design of london tower test.
Enhancement
- Added partical credit score for simple or complex span tests (#36).
- Changed algorithm to get stop signal reaction time for Stop Signal Paradigm based on the recent eLife publication (#56).
- Added support for ncorrect and nerror input for
countcorrect()
andcountcorrect2()
. - Enhanced reaction time outlier detection (#61).
- Enhanced fitting of weber fraction for numerosity task through trial-based maximum likelihood estimation.
preproc.iquizoo 2.1.0
Breaking Changes
- Now
options()
support is removed, but accept two additional arguments.input
and.extra
.
preproc.iquizoo 1.3.2
Breaking Changes
- Changed argument names of
prep_fun
andby
to.fn
and.by
respectively. See here for the reasons. - And
vars_input
is also renamed as.input
.
preproc.iquizoo 1.3.0
Breaking Changes
- Now internal data moved to {data.iquizoo} package.
- Now
preproc()
accepts custom-defined functions and custom-defined configurations (input and output variable names) in a custom.json
file.
preproc.iquizoo 1.2.1
Breaking Changes
- Now the package is named as "preproc.iquizoo".
game_info
data is moved to {data.iquizoo} package.