Assignment #11: Debugging and Defensive Programming in R
This is the original error code:
In the original error there is an extra "&", so there only needs to be one. Having && tests the first true/false value while having & test each element one by one. But there is still an error in which we have not created the tukey.outlier. To fix this error tukey.oulier needs to be created because the original code calls it, but it is not shown.
Comments
Post a Comment