View source: R/generateCINoise.R
generateCINoise | R Documentation |
Generate classification image noise pattern based on set of stimuli (matrix: trials, parameters), responses (vector), and sinusoid
generateCINoise(stimuli, responses, p)
stimuli |
Matrix with one row per trial, each row containing the 4092 parameters for the original stimulus. |
responses |
Vector containing the response to each trial (1 if participant selected original, -1 if participant selected inverted; this can be changed into a scale). |
p |
3D patch matrix (generated using |
The classification image as pixel matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.