Activity for cozdem

  • cozdem cozdem posted a comment on discussion Experiments

    I also attached the instruction file.

  • cozdem cozdem posted a comment on discussion Experiments

    Hi Shane, I should have given some background information. I am adapting the IGT task(A,B,C,D) to punishment variant IGT (E,F,G,H). In the punishment variant IGT, the task design is similar to the IGT, but the difference is in Deck E, F every card punish for 100 dollars, and sometimes reward the participants. In the deck G,H the punishment is $50. I tried to use your code and adapt it for this task. However, in the version I created, whenever the cash goes to negative, it adds another loan. As it...

  • cozdem cozdem posted a comment on discussion Experiments

    Hi everyone, I am trying to adapt one part of the code and I need someone's help. In the code it says, if the total drops below zero, advance another loan (see below). I want to change the logic to add the net value to the red, borrowed bar and move it when the total drops below zero. How can I succeed it? Thanks in advance. # If the total drops below zero, advance another loan. gTotal <- gTotal + net while(gTotal < 0) { gBorrow <- gBorrow + gLoan gTotal <- gTotal + gLoan } if(gDisplayCounter) {...

1
MongoDB Logo MongoDB