R Homework
The vector `problem.1.data` contains numeric data. Construct a stipchart of the values in `problem.1.data`. Do you see any evidence of any outliers? **Solution** Repair this outlier. * First, report the location of the outlier. * Next, convert the value to `NA`. * Finally, display the value of the vector at this location, and show that […]
