Reply To: Can we randomize time with newTimer() ?

PennController for IBEX Forums Support Can we randomize time with newTimer() ? Reply To: Can we randomize time with newTimer() ?

#7971
Larissa_Cury
Participant

add =>

I’ve just found something funny, I counted both older (working) and the new (not working) versions, and the output were quite interesting =>

my_count <- data_results %>% 
            count(Label, block) %>% 
            group_by(Label)

In the older version, I get this => https://drive.google.com/file/d/1ENUnc-zm1QLQWLLPPF3QClNZtWNefV-1/view?usp=sharing

In the new version, I get this => https://drive.google.com/file/d/1EqryhXxTo9jrNxxOFVtjhDpwQ2_0QUe1/view?usp=sharing

ps: I forgot to say that the older version had E and I as the keys and now I have S and K, I’ve upload in my github an example of results file of the older version as well, which is working just fine

(https://farm.pcibex.net/r/mGDSNL/)

I’m trying to understand what messed the count, I was thinking that the Nas were the matter…

  • This reply was modified 2 years ago by Larissa_Cury. Reason: add my code link