程序代写代做 Excel Project part one: 919 incident report

Project part one: 919 incident report
X919report_data <- read_excel("919report_data.xlsx") Answer the following questions: 1. Summary statistics 2. Summary incidents by time of day. Are there more incidents at the end of the day? 3. Numbers of Over dose calls to ambulance 4. Numbers of calls to first responders The report should include R- codes, results and comments on the results. Dataset Description: data value=1 means ¡°Yes¡±. data value=0 or empty mean ¡°No¡± After reading in the data into R using the read_excel (library(readxl))function, provide descriptive statisti cs for the data. Comment on your results and especially on any unusual features in the data. To read in y our data, put the excel file in your working directory, then read in the file using the following code: