Given the following data X={ 23, 27, 18, 44, 44, 14, 25, 36,…
Given the following data X={ 23, 27, 18, 44, 44, 14, 25, 36, 45, 42, 41}. Write the R code for calculating standard deviation and z score. Use the long form for calculating variance and standard deviation. I don’t need to see the results of the calculation, I only need the R code.