Question: I need answer for question 1 from part A through part D with print results. First R Exercise: A Review of the R Introduction Show
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 tell you about what you just did? Load up the mt cars data set using data (mt cars) . 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 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
