I have a very long function whose arguments take in different threshold values for different variables and give an event study result at the end. I want to compute this function over different list of values.
V1 4 4 0.05 2 0.8
V2 5 4 0.05 2 0.8
V1 and V2 are two different combinations of my function's arguments. Each column represent an argument of my function. How can I iterate through each row given each column is a different argument of the function?