Table 1: Incident Types

This table lists the types of incidents as well as information for each type of incident including the median auto year, median claim amount, median age of the polict holder, and total amount of incidents.

##              incident_type median_auto_year median_claim_amount median_age
## 1  Multi-vehicle Collision             2006               61650         39
## 2               Parked Car             2005                5490         37
## 3 Single Vehicle Collision             2005               62640         38
## 4            Vehicle Theft             2005                5495         38
##   Total
## 1   419
## 2    84
## 3   403
## 4    94

Table 2: Incidents by Time Frame

This table lists many time frames throughout the day and the amount of incidents during each time slot. Along with that information is the median auto year, median claim amount, and median age for each incident in their discrete time frames.

##          time_frame median_auto_year median_claim_amount median_age Totals
## 1   10a.m.-4:59p.m.             2005               61490         38    293
## 2   10p.m.-midnight             2006               62920         39     89
## 3    5p.m.-7:59p.m.             2005               60190         40    135
## 4    6a.m.-9:59a.m.             2005               40320         38    163
## 5    8p.m.-9:59p.m.             2005               60205         39     76
## 6 midnight-5:59a.m.             2005               52590         36    244

##Table 3: Time Frames Grouped by Incident Types

Similarly to the last table, this table examines the median auto year, median claim amount, and median age of each incident per time frame. However, this table groups each time frame by the type of incident.

##        time_frame            incident_type median_auto_year median_claim_amount
## 1 10a.m.-4:59p.m.  Multi-vehicle Collision             2007               60750
## 2 10a.m.-4:59p.m.               Parked Car             2004                5900
## 3 10a.m.-4:59p.m. Single Vehicle Collision             2004               63700
## 4 10a.m.-4:59p.m.            Vehicle Theft             2005                6820
## 5 10p.m.-midnight  Multi-vehicle Collision             2008               64800
## 6 10p.m.-midnight               Parked Car             2013                5700
##   median_age Totals
## 1         38    137
## 2         40      7
## 3         39    138
## 4         40     11
## 5         40     41
## 6         41      3

##Graph 1: Insurance Claims by Type of Incident and Time of Day

This graph demonstrates information on the total amount of claims based on each time frame of the day. These graph bars are broken into how many claims based on type of incident. One thing that stands out is the

##Graph 2: