densPlot {baymvb}R Documentation

Provides density plot for individual parameters

Description

`densPlot' offers a flexibility of plotting density of each parameter individually

Usage

        densPlot(obj,parm=1, show.obs = TRUE, bwf, main = "", ylim, ...)

Arguments

obj posterior samppels from 'baymvb'
parm indexes the parameter to plot
show.obs Show observations along the x-axis
bwf Function for calculating the bandwidth. If omitted, the bandwidth is calculate by 1.06 times the minimum of the standard deviation and the interquartile range divided by 1.34 times the sample size to the negative one fifth power
main Title. See 'par()'
ylim Limits on y axis. See 'par()'
... Further graphical parameters

Value

Density plot

Author(s)

S. M. Mwalili samuel_mwalili@yahoo.com

See Also

tracePlot,baymvb.


[Package baymvb version 1.0.4 Index]