BNPdensity (version 2019.9.11)

print.NRMI1cens: S3 method for class 'MixNRMI1cens'

Description

S3 method for class 'MixNRMI1cens'

Usage

# S3 method for NRMI1cens
print(x, ...)

Arguments

x

A fitted object of class MixNRMI1cens

...

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

Value

A visualization of the important information about the object

Examples

Run this code
# NOT RUN {
data(salinity)
out <- MixNRMI1cens(salinity$left, salinity$right, Nit = 50)
print(out)
# }

Run the code above in your browser using DataCamp Workspace