Description Usage Arguments Value Examples
View source: R/funcs_choices.R
This function gets the choices for each round for each phase.
1 | get_choices(phase_data)
|
phase_data |
One of the three phase objects defined by calling |
Returns a dataframe with five columns:
option: The option the subject chose. This should correspond to the icon order as presented in the task.
choice: The icon the subject chose.
group: The (payment weighting) group the icon corresponds to.
phase: The phase the choices were made in (constant for each phase
object).
round: The round number these choices were made in, specific to the phase.
1 | ## Not run: get_choices(phase$two)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.