print.PY2: S3 method for class 'PY2'

View source: R/MixPY2.R

print.PY2R Documentation

S3 method for class 'PY2'

Description

S3 method for class 'PY2'

Usage

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

Arguments

x

A fitted object of class PY2

...

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 non censored data

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

konkam/BNPdensity documentation built on March 14, 2024, 7:15 a.m.