The following problem must be done in R Studio Write an R sc
The following problem must be done in R Studio
Write an R script that will allow a user to enter as many numbers at they would like and then print out “The mean of your data is x” where x is the calculated mean of the data entered.
Write an R function that accepts a single vector and then prints “The maximum value in your vector is X and it occurs Y times” where X is the max value and Y is the number of times it occurs in the vector.
Solution
----------
othe way

