plotPDF_censored: Plot the density for censored data.

View source: R/GOFplots.R

plotPDF_censoredR Documentation

Plot the density for censored data.

Description

Plot the density for censored data.

Usage

plotPDF_censored(fit)

Arguments

fit

The result of the fit, obtained through the function MixNRMI1cens or MixNRMI2cens.

Value

Plot of the density and a histogram for non censored data.

Examples


set.seed(150520)
data(salinity)
out <- MixNRMI1cens(xleft = salinity$left, xright = salinity$right, extras = TRUE, Nit = 100)
BNPdensity:::plotPDF_censored(out)

BNPdensity documentation built on April 1, 2023, 12:10 a.m.