Bid Data Assignment | Custom Assignment Help
September 17th, 2019
Let x3 be the following vector:
Don't use plagiarized sources. Get Your Assignment on
Bid Data Assignment | Custom Assignment Help
Just from $13/Page
x3 <- c(0, 1, 1, 2, 2, 2, 3, 3, 4)
Imagine what a histogram of x3 would look like. Assume that the histogram has a bin width of 1. How many bars will the histogram have? Where will they appear? How high will each be?
When you are done, plot a histogram of x3 with binwidth = 1, and see if you are right.