print.NRMI2 {BNPdensity}R Documentation

S3 method for class 'MixNRMI2'

Description

S3 method for class 'MixNRMI2'

Usage

## S3 method for class 'NRMI2'
print(x, ...)

Arguments

x

A fitted object of class NRMI2

...

Further arguments to be passed to generic function, ignored at the moment

Value

A visualization of the important information about the object

Examples

#' ## Example for censored data
data(acidity)
out <- MixNRMI2(acidity, Nit = 20)
print(out)

data(salinity)
out <- MixNRMI2cens(salinity$left, salinity$right, Nit = 20)
print(out)

[Package BNPdensity version 2023.3.8 Index]