print.PY2 {BNPdensity} | R Documentation |
S3 method for class 'PY2'
## S3 method for class 'PY2'
print(x, ...)
x |
A fitted object of class PY2 |
... |
Further arguments to be passed to generic function, ignored at the moment |
A visualization of the important information about the object
## Example for non censored data
data(acidity)
out <- MixPY2(acidity, Nit = 50)
print(out)