qq_plot_noncensored: Plot the quantile-quantile graph for non censored data.
Description
Plot the quantile-quantile graph for non censored data.
Usage
qq_plot_noncensored(fit, thinning_to = 500)
Arguments
fit
The result of the fit, obtained through the function MixNRMI1 or MixNRMI2, MixNRMI1cens or MixNRMI2cens
thinning_to
How many iterations to compute the mean posterior quantiles
Value
quantile-quantile plot for non censored data.
Details
This function may be rather slow for many iterations/many data because it relies on numerical inversion of the mixture Cumulative Distribution Function.