Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Coding in R. in order to run these the crabs data from the pacakge glmbb is needed. I know how to install that package and
Coding in R. in order to run these the "crabs" data from the pacakge "glmbb" is needed. I know how to install that package and bring up the data by using library(glmbb) and then data(crabs).
I have to use the hist() function to create a histogram for weight but I do not know what to input. Then I am supposed to add the argument "breaks = 20" to the hist function and compare the difference in the two histograms with and without the breaks argumenet.
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