plot.kdeAlgo: Plot Diagnostics for a kdeAlgo Object

View source: R/plot.kdeAlgo.R

plot.kdeAlgoR Documentation

Plot Diagnostics for a kdeAlgo Object

Description

Plots the estimated density of the interval-censored variable. Also, convergence plots are given for all estimated statistical indicators. The estimated indicator is plotted for each iteration step of the KDE-algorithm. Furthermore, the average up to iteration step M is plotted (without the burn-in iterations). A vertical line indicates the end of the burn-in period. A horizontal line marks the value of the estimated statistical indicator

Usage

## S3 method for class '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


chiquadrat/smicd documentation built on Nov. 22, 2023, 4:02 p.m.