Skip to content
Prev 21362 / 29559 Next

Kernel smoothing density function

Hi,
On Thu, Jul 24, 2014 at 1:22 PM, Ferra Xu <ferra.xu at yahoo.com> wrote:
See why you shouldn't post HTML to this list?

Trying to parse that, I see that I can't run your example because no
data are provided (dput() is a good function to know).

When I run the example code given in ?kde it works as expected. Does
your plot command create a plot on other devices, like the default for
your OS? Does the example code in ?kde work when you run it? Does it
create a plot?

As for the estimated values, did you carefully read the Value section
of the help file?

     A kernel density estimate is an object of class ?kde? which is a
     list with fields:

       x: data points - same as input

eval.points: points at which the estimate is evaluated

estimate: density estimate at ?eval.points?

If this density estimate is not the estimate you are looking for,
you'll need to be more specific.

Sarah