smicd (version 1.0.3)

plot.kdeAlgo: Plot Diagnostics for a kdeAlgo Object

Description

Plots the estimtated density of the interval censored variable. Also, convergence plots are given for all estimated statistical indicators. The estimated indicator is plotted against the iteration step of the KDE-algorithm. A vertical line indicates the end of the burn-in period.

Usage

# S3 method for kdeAlgo
plot(x, indicator = NULL, ...)

Arguments

x

an object of type "kdeAlgo", typical result of kdeAlgo

indicator

a vector of indicator names specifying for which indicators convergence plots are plotted, e.g. c("mean", "gini")

...

optional arguments passed to generic function.

Value

Convergence and density plots.

See Also

kdeAlgoObject, kdeAlgo