Writing a for() loop for
#SimulationDesign is not that scary. A for() loop lets you see the values that i takes and the output for each iteration (or i) is automatically saved in the output object (list). Here is an example that can help you start from scratch.
#Rstats