plot.multNRMI function

Plot the density estimate and the 95% credible interval

Plot the density estimate and the 95% credible interval

The density estimate is the mean posterior density computed on the data points.

## S3 method for class 'multNRMI' plot(x, ...)

Arguments

  • x: An object of class multNRMI
  • ...: Further arguments to be passed to generic functions, ignored at the moment

Returns

A graph with the density estimate, the 95% credible interval. Includes a histogram if the data is non censored.

Examples

data(salinity) fit <- multMixNRMI2cens(salinity$left, salinity$right, parallel = TRUE, Nit = 10, ncores = 2) plot(fit)
  • Maintainer: Guillaume Kon Kam King
  • License: GPL (>= 2)
  • Last published: 2023-03-24

Useful links