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
# \donttest{
# On a model
data("td_bc_single_ptpt")
attention_checks(td_bc_single_ptpt)
#> imm_0 del_eq_imm
#> 0 0
# }