To begin, we were given the following code to debug:

I first ran the code to see if it compiled without any errors (spoiler… there were errors)

I removed the extra } and formatted the function to be more readable. This code ran without any errors and I was able to view the function with View(tukey_multiple).

debug(tukey_multiple)
Code ran clear without any errors