BNPdensity (version 2019.9.11)

plotPDF_noncensored: Plot the density and a histogram for non censored data.

Description

Plot the density and a histogram for non censored data.

Usage

plotPDF_noncensored(fit)

Arguments

fit

The result of the fit, obtained through the function MixNRMI1 or MixNRMI2.

Value

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

Examples

Run this code
# NOT RUN {
set.seed(150520)
data(acidity)
out <- MixNRMI1(acidity, extras = TRUE, Nit = 100)
BNPdensity:::plotPDF_noncensored(out)
# }

Run the code above in your browser using DataCamp Workspace