pp_plot_noncensored function

Plot the percentile-percentile graph for non censored data.

Plot the percentile-percentile graph for non censored data.

pp_plot_noncensored(fit)

Arguments

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

Returns

Percentile-percentile plot for non censored data.

Examples

set.seed(150520) data(acidity) out <- MixNRMI1(acidity, extras = TRUE, Nit = 100) BNPdensity:::pp_plot_noncensored(out)
  • Maintainer: Guillaume Kon Kam King
  • License: GPL (>= 2)
  • Last published: 2023-03-24

Useful links