Skip to content
Prev 86698 / 398502 Next

using kernel density estimates to infer mode of distribution

A  density() fit calls the eval x and estimate y:
fit<-density(data)
plot(fit$x,fit$y)
Adelchi Azzalini wrote: