Question: I need answer for Question 1 for part A through part D. First R Exercise: A Review of the R Introduction Show all code and
First R Exercise: A Review of the R Introduction Show all code and outputs in any problems below that use R. Question 1) a)- Create a vector of 100 randomly distributed numbers between 0 and 100 using runif and save the vector into the variable my_ vec What information does str and summary tell you about my_vec ? How do they differ? b Try out a little plot. What does hist (my_ vec) show you? What information does the helpfile for hist tel you about what you just did? c)Load up the mtcars data set using data (mtcars) Apply the following functions to mtcars: class str, summary What do these three functions tell you about mtcars? d)- Look at the help file for the class data.frame What does it tell you about these objects? Question 2) What kind of te description of the data
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
