Check whether participants always chose the immediate reward or always chose the delayed reward.
Value
Named vector specifying whether the participant chose only immediate rewards (all_imm
) or chose all delayed rewards (all_del
).
Examples
if (FALSE) { # \dontrun{
# On a model
data("td_bc_single_ptpt")
attention_checks(td_bc_single_ptpt)
} # }