Description Usage Arguments Value Examples
This function parses the information for the icons presented in each round.
1 |
data |
The data output from |
specificPhase |
If this argument is specified, the icons and groups for a specific phase will be returned. If this is not specified, the icons and groups for all phases will be returned. |
Returns a dataframe with ten 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.
1 | ## Not run: getIcons(sampleChoiceData, specificPhase = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.