Skip to content

Build jsPsych Experiments in R

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

shirdekel/jaysire

 
 

Repository files navigation

Behavioural experiments with jaysire

Travis build status Lifecycle: experimental Codecov test coverage CRAN status

The goal of jaysire is to provide a method for writing behavioural experiments in R that can be deployed through a web browser. The package relies on the jsPsych library by Josh de Leeuw (GitHub page) to create the experiments, and is structured so that functions in jaysire use the same argument names as the corresponding jsPsych functions. For the most part, function names in jaysire are organised around families that share a common prefix. For example, the trial_ family is used to define individual trials within an experiment, build_ functions construct more complex entities, and so on. See the reference page for the complete list of all functions.

Installation

The jaysire package has not been released on CRAN, but you can install it directly from GitHub using the following commands:

#install.packages("remotes")
remotes::install_github("djnavarro/jaysire")

Getting started

There are a series of tutorial articles:

  1. Getting started
  2. Randomisation, repetition and variables
  3. Using resource files
  4. Image, video and audio files
  5. Buttons, key presses and sliders
  6. Survey pages
  7. Loops and branches
  8. A choice reaction time task

Related packages

Name

The name “jaysire” is a phonetic transcription of “j-psy-R”, reflecting the fact that it adheres closely to the design principles used in the jsPsych javascript library.

About

Build jsPsych Experiments in R

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%