knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(mixRSVP)

Global characteristics of your data set that must be assigned to a variable

The variable "numItemsInStream" must be set - the number of items in the stream (must be the same on each trial). This variable will be passed to all the modeling functions.

Specific to each trial

The dataframe should contain one trial for each row. The columns must include:

Wrangling psychopy output

Most of Alex's psychopy RSVP programs have two targets potentially, recorded on the same row of the psychopy data file. So, need to melt into separate rows, one for each target, while preserving trialnum. For an example, see https://github.com/alexholcombe/wordsLettersRSVPhorizVert/blob/master/analysis/importMBLdata.Rmd



alexholcombe/mixRSVP documentation built on June 7, 2019, 3:50 p.m.