Module 2 Assignment
Module 2 Assignment
The overall outcome to this assignment was finding the following:
The function in question myMean, is completely functional and correct.
The reasoning behind this finding is because upon testing and a re-test that I came up with to ensure its accuracy, all numeric results were identical and equal.
I broke the function into its respective parts: length() and sum() and reassigned them to arbitrary variables/objects to create a test to see if the function you had created was indeed viable.
The test was a success and thus, the function is viable.
My GitHub Repository:
https://github.com/tahousex/RProgramming2023/blob/8a5a6c853338ee18ee0b8287f3ef11e91a8ae2d8/Module%202.R
Comments
Post a Comment