Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In this example we will be using the ShipAccidents dataset available from canvas to explore the poisson distribution ship
In this example we will be using the ShipAccidents dataset available from canvas to explore the poisson distribution ship <- read.csv("shipaccidents.csv") head(ship) This data describes the number of accidents recorded for a range of ship types, along with their service period. We will mostly consider the following variables incidents: the total number of accidents recorded for each ship type service: the collective number of months that ships of that type were active for (5) Plot a histogram of the number of incidents recorded in this dataset. Label the x and y-axes accordingly and define the plot title to be your name. Paste your plot below, and provide a written description of the main features you would interpret from this data (5 pts)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started