

   PPrroobbaabbiilliittyy ddeennssiittyy ffuunnccttiioonn eessttiimmaattee ffrroomm MMCCMMCC oouuttppuutt

        densplot(x, show.obs=TRUE, bwf, ...)

   AArrgguummeennttss::

          x: An `mcmc' or `mcmc.list' object

   show.obs: Show observations along the x-axis

        bwf: Function for calculating the bandwidth.  If omit-
             ted, the bandwidth is calculate by 1.06 times the
             minimum of the standard deviation and the
             interquartile range divided by 1.34 times the sam-
             ple size to the negative one fifth power

        ...: Graphical parameters

   DDeessccrriippttiioonn::

        Displays a plot of the density estimate for each vari-
        able in `x', calculated by the `density' function.

   NNoottee::

        You can call this function directly, but it is more
        usually called by the `plot.mcmc' function.

   SSeeee AAllssoo::

        `density', `plot.mcmc'

