Skip to content

Releases: psychelzh/preproc.iquizoo

preproc.iquizoo 2.7.0

30 Mar 03:01
0b8265a
Compare
Choose a tag to compare

Breaking Changes

  • Now case conversion is moved from wrangle_data() to preproc_data() (#85).

Enhancements

  • Added memory_score to drm() which integrates both true memory and false memory.

preproc.iquizoo 2.6.0

29 Nov 13:15
761df88
Compare
Choose a tag to compare

Breaking Changes

  • Added wrangle_data() and preproc_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

21 May 08:45
v2.5.1
4700f12
Compare
Choose a tag to compare

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

05 Sep 13:40
ea2ce05
Compare
Choose a tag to compare
  • Fixed a bug in span() when correctness column has NA values not in all rows, in which case the function would not calculate partical credit scores for all cases.

preproc.iquizoo 2.4.1

26 Jul 06:11
738ecf5
Compare
Choose a tag to compare

Bug Fixes

  • Reverted one index (pc) of cpt() to its original nc.

preproc.iquizoo 2.2.0

18 Jan 13:54
7f56477
Compare
Choose a tag to compare

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() and countcorrect2().
  • 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

07 Dec 02:42
Compare
Choose a tag to compare

Breaking Changes

  • Now options() support is removed, but accept two additional arguments .input and .extra.

preproc.iquizoo 1.3.2

24 Nov 13:48
Compare
Choose a tag to compare

Breaking Changes

  • Changed argument names of prep_fun and by to .fn and .by respectively. See here for the reasons.
  • And vars_input is also renamed as .input.

preproc.iquizoo 1.3.0

24 Nov 12:06
Compare
Choose a tag to compare

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

23 Nov 02:30
Compare
Choose a tag to compare

Breaking Changes

  • Now the package is named as "preproc.iquizoo".
  • game_info data is moved to {data.iquizoo} package.