Question: Install the nycflights 1 3 package into R . ( You can use the Packages tab which has an install button. If you are not

Install the nycflights13 package into R.(You can use the Packages tab which has an install button. If you are not using RStudio, given the R command install.packages("nycflights13"))
Once the package is installed, you can access the flights data table with this command:
The codebook is available with
Using the codebook and examining the data table with the View() command (hint: youll need to give flights as an argument to View()), answer these questions:
How many variables are there?
How many cases are there?
What is the meaning of a case? (Meaning refers to the kind of entity, for instance, airport or airline or date. Hint: the case in flights is not any of these things.)
For each variable, is the variable quantitative or categorical?
For the variables air_time and distance, what are the units?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!