Code Monkey home page Code Monkey logo

fam's Introduction

FAM: Forgetting and Memory

3 Experiments investigating retrieval practice effects in an R package

Installation

# install.packages('devtools')
devtools::install_github("wjhopper/FAM")
devtools::install_github("wjhopper/whoppeR") # For some utilities, not on CRAN

CFR: Cummulative Free Recall

LB4L: List Before Last

SCKT: Switch Cue Keep Target

fam's People

Contributors

wjhopper avatar

Watchers

 avatar  avatar  avatar

fam's Issues

zero-length/ missing responses counted as repeats in CFR_allSs

when fewer responses are given than the length of the the list, the response list is padded out with empty strings (''). These are showing up as repeats in the repeats column of the CFR_allSs data set.

These are not repeats in the spirit of truly duplicate output items and should be changed to zeros.

zero length responses disrupt RT and cummulative RT calculations in CFR data

when a zero-length response is given due to hitting the Enter key when no text has been entered, no First Press (FP) time is recorded. When this is followed by a non-zero length response, the RT and CRT calculations are disrupted due to the response time being NA.

These should be removed from the data somehow. The difference between onset and return key press is usually very short (most are < 300 ms).

another alternative to removing is to sort them to the end of the output list when calculating RT.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.