Hello all,
I am trying to modify the Tower of London script so that it automatically computes all the variables I require. I have worked out how to do this for some variables, but am not sure how to approach this for time variables.
I want to compute three time variables (averages per item, summed over multiple attempts): average planning time, average subsequent/execution time and average solution time. So far, I have been able to calculate the total solution time for each item, summed over multiple attempts at that item. Therefore, I need to somehow sum the last line of this variable from the data, and divide by 12. Is there a way to sum the last line of a variable?
Similarly, for average planning time, I'll want to sum the first line of expressions.firstmovetime. For the subsequent/execution time, I assume I'll be able to easily subtract my planning average from my total average.
I hope this all makes sense. Any thoughts/direction would be greatly appreciated.
Thank you!
Nicola