Learn R Programming

BNPdensity (version 2023.3.8)

print.PY2: S3 method for class 'PY2'

Description

S3 method for class 'PY2'

Usage

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

Value

A visualization of the important information about the object

Arguments

x

A fitted object of class PY2

...

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

Examples

Run this code

## Example for non censored data

data(acidity)
out <- MixPY2(acidity, Nit = 50)
print(out)

Run the code above in your browser using DataLab