Basic R function and Data Structure

Hey everyone! I explored R functions using a simple one from this week’s assignment to calculate the mean of a numeric vector. Initially, the function was straightforward: sum up the values and divide by the count. Running the function gave me a result of 19.25—pretty cool, right? The function provided by Professor myMean() worked because […]