Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

the dataset used is: library(nycflights13) and library(tidyverse) the actual data set is called: flights 5.5.2 1. Currently dep_time and sched_dep_time are convenient to look at,

image text in transcribed

the dataset used is:

library(nycflights13) and library(tidyverse)

the actual data set is called: flights

5.5.2 1. Currently dep_time and sched_dep_time are convenient to look at, but hard to compute with because they're not really continuous numbers. Convert them to a more convenient representation of number of minutes since midnight. Then, compare the difference between these new variables to each flight's dep_delay value. Does anything surprise you? Can you explain what accounts for the "anomaly"? How many cases do you observe? Include as part of your report a listing that shows the first five observations of a tibble with the following columns: carrier, flight, your two new variables, their difference, and dep_delay. Hint: Make sure the data you're working with has a dep_delay value for each observation. 5.5.2 1. Currently dep_time and sched_dep_time are convenient to look at, but hard to compute with because they're not really continuous numbers. Convert them to a more convenient representation of number of minutes since midnight. Then, compare the difference between these new variables to each flight's dep_delay value. Does anything surprise you? Can you explain what accounts for the "anomaly"? How many cases do you observe? Include as part of your report a listing that shows the first five observations of a tibble with the following columns: carrier, flight, your two new variables, their difference, and dep_delay. Hint: Make sure the data you're working with has a dep_delay value for each observation

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions