Plot the percentile-percentile graph for non censored data, using the Turnbull estimator the position of the percentiles.
pp_plot_censored(fit)
fit
: The result of the fit, obtained through the function MixNRMI1cens or MixNRMI2cens.Percentile-percentile graph using the Turnbull estimator
set.seed(150520) data(salinity) out <- MixNRMI1cens(xleft = salinity$left, xright = salinity$right, extras = TRUE, Nit = 100) BNPdensity:::pp_plot_censored(out)
Useful links