Question: can you help me with this please using R : Provide code that will have a custom function called biggerCenter(): The function should take in
can you help me with this please using R:
Provide code that will have a custom function called biggerCenter(): The function should take in a single array of numeric data. You do not need have any validation. You may assume that the input array does not have any missing values. Calculate the sample mean and the sample median of the numeric data in the input array. If the mean is bigger, return the mean. If the median is bigger, return the median. If they're the same, return whichever
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
