getImageShown: Get Images Shown for Each Round

Description Usage Arguments Examples

View source: R/parseChoices.R

Description

This function gets the images shown for each round in each phase.

Usage

1
getImageShown(phaseData)

Arguments

phaseData

One of the three phase objects defined by calling getPhases.

#' @return Returns a dataframe with three columns:

  • image: The image the subject was shown after making a choice.

  • 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.

Examples

1
## Not run: getImageShown(phase$three)

jdtrat/iapsr documentation built on Oct. 2, 2021, 12:36 a.m.