R语言代写
1. Write a short comment about what this R script is about. 2. Remove all existing objects in your “environment”. 3. Create a vector called “HousePrices”, which consists of 100 random numbers generated from a Normal distribution, mean and the standard deviation of which are 300,000 and 50,000 respectively. Hint: use function “norm” to generate …