First Assignment!
In this R coding example, myMean is a function that takes the input of a given set of values (in this case, the assignment2 array), and calculates the mean of the set of values by adding all of them together (168) and dividing that by the number of values given (9).
Comments
Post a Comment