Recently Published
Plotting another combined randomized data a tad more larger than the previous one
runif(100,400,1200) +
runif(100,100,600) +
runif(100,50,200) with ibrary(KernSmooth)
KernSmooth 2.23 loadedh
Copyright M. P. Wand 1997-2009
and with seq(min(x)-1, max(x)+50,50)
Plotting a combined randomized data a tad larger than the previous one
runif(20,400,1200) +
runif(20,100,600) +
runif(20,50,200) with library(KernSmooth)
KernSmooth 2.23 loadedh
Copyright M. P. Wand 1997-2009
Plotting a combined small randomized data in the standard hist()
runif(8,400,1200) +
runif(8,100,600)+
runif(8,50,200) plotted with library(KernSmooth);
KernSmooth 2.23 loaded
Copyright M. P. Wand 1997-2009
Plotting a combined small randomized data
runif(8,400,1200)+
runif(8,100,600)+
runif(8,50,200)