pp_plot_censored: Plot the percentile-percentile graph for non censored data,...

View source: R/GOFplots.R

pp_plot_censoredR Documentation

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)

Arguments

fit

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

Value

Percentile-percentile graph using the Turnbull estimator

Examples


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

konkam/BNPdensity documentation built on March 14, 2024, 7:15 a.m.