MAT108 Question ? [Prev. Q.] [Next Q.] [Prev. Chap.] [Next Chap.] [goto]
*****


Cut and paste the following code into R:
barplot(c(4,0,13,2),c(4,4,2,5),space=0,
  col="blue",
  main="Dividend Earnings in 1986", xlab="hundreds of dollars",
  ylab="Density % per 100$")
axis(1)

The histogram of dividend earnings in 1986 for a sample of 180 persons is given in the figure produced by the code above. There are no persons in the sample having dividend earnings in excess of $1,500. The block over the interval from $400 to $800 is missing. The height of this missing block is closest to...
  • 10
  • 8
  • 12
  • 13
  • 5
  • *****
    calculator


    Carlos Rodriguez <carlos@math.albany.edu>
    This problem was contributed by a student. It is offered as it is with no warranty of any kind
    Last modified:Thu Sep 03 2009 11:02:40 GMT-0400 (Eastern Daylight Time)