Learn R Programming

BNPdensity (version 2023.3.8)

pp_plot_censored: Plot the percentile-percentile graph for non censored data, using the Turnbull estimator the position of the percentiles.

Description

Plot the percentile-percentile graph for non censored data, using the Turnbull estimator the position of the percentiles.

Usage

pp_plot_censored(fit)

Value

Percentile-percentile graph using the Turnbull estimator

Arguments

fit

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

Examples

Run this code

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

Run the code above in your browser using DataLab