histogram.normal.ref(haerdle) | R Documentation |
histogram with automatic binwidth chosen by reference to a normal distribution
histogram.normal.ref(data, x0, plot.type=T)
data |
a vector of data |
x0 |
start of first bin |
plot.type |
If TRUE, plot the histogram |
If plot.type=F, a list of midpoint and est, the heights.
`Smoothing Techniques with Implementation in S', Wolfgang Haerdle, Springer, 1991
data(dat.mixed) # Figure 1.12 histogram.normal.ref(dat.mixed,0)