Provide an introduction to the problem. Include background material as appropriate: who cares… 1 answer below »
Assignment TaskA research team planned to study Australian road transport crash fatalities from 2010 to 2018(inclusive). As a team member, you were given the dataset about Australian Road DeathFatalities (https://data.gov.au/data/dataset/australian-road-deaths-database ), and wererequested to analyse the data and prepare a report about your work and findings.The dataset can be downloaded from Blackboard or the above website. The dataset containsbasic demographic and crash details of Australian road crashes between 1989 and 2019. Asthe team does not have any specific goal for the analysis, you have the freedom to explore thedata, and dig out anything you feel interesting or significant. However, you are to limit yourresearch and analysis to the years 2010 to 2018.The potential audiences include other researchers, business representatives, and governmentagencies. They may have limited ICT or mathematical knowledge.To prepare the report, please include the following sections:1. IntroductionProvide an introduction to the problem. Include background material as appropriate: whocares about this problem, what impact it has, where does the data come from, what are thedimensions and structures of the data.2. Data SetupDescribe how to load the data, and how the pre-processing is performed.The original dataset is not ready for analysis and it is different from the data forms that weare familiar with in previous practices. This means we need to do some pre-processing, eitherfor the whole dataset, or for a subset of the dataset required for each sub task described later.Once you have some ideas of exploratory or advanced analysis, you need to adjust the formof dataset. This can be achieved either by manipulating records in R by transposition orsubsetting, or with other tools (e.g. notepad or excel) before reading them into R. Pleaseexplain your solution in this section.3. Exploratory Data Analysis3.1 One-variable analysisOne-variable analysis studies one variable (one row or one column) each time. For example,we can select a particular Australian state or year to get a column of numbers and thehistogram can be used.Perform 2 one-variable analyses. Plot one graph for each variable. Explain the finding foreach graph.