print.PY1: S3 method for class 'PY1'

View source: R/MixPY1.R

print.PY1R Documentation

S3 method for class 'PY1'

Description

S3 method for class 'PY1'

Usage

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

Arguments

x

A fitted object of class PY1

...

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 <- MixPY1(acidity, Nit = 50)
print(out)

BNPdensity documentation built on Aug. 8, 2025, 7:20 p.m.