Description Usage Arguments Value
This function takes the data column from the output of
readChoices
and runs four functions, binding the results in a
dataframe for easy manipulation:
getPhases
which separates the three phases of the task, saving them to the environment
phrase
, which is initialized behind the scenes.
getIcons
which gets the icon information shown to the subject
per round.
getChoices
which gets the choice the subject
makes.
getImageShown
which gets the images the subject is
shown after choosing an icon.
1 |
data |
The data output from |
A dataframe 150 rows and 14 columns:
phase:
The phase these icons were displayed in (constant for each phase
object).
round: The round number these icons were displayed in, specific to the phase.
icon1: The icon presented in the first order position.
icon1Group: The group mapping for the icon presented in the first order position.
icon1Prob: The probability of getting a reinforcing image by choosing icon 1.
icon1Sign: The relative sign of the reinforcing image (positive or negative) by choosing icon 1.
icon2: The icon presented in the second order position.
icon2Group: The group mapping for the icon presented in the second order position.
icon2Prob: The probability of getting a reinforcing image by choosing icon 2.
icon2Sign: The relative sign of the reinforcing image (positive or negative) by choosing icon 2.
chosenIcon: The icon the subject chose.
chosenIconGroup: The (payment weighting) group the chosen icon corresponds to.
chosenIconProb: The probability that the chosen icon leads to a reinforcing image.
reinforcer: The image the subject was shown (reinforced with) after making a choice.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.