50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

BNPdensity (version 2020.3.4)

summary.NRMI1: S3 method for class 'MixNRMI1'

Description

S3 method for class 'MixNRMI1'

Usage

# S3 method for NRMI1
summary(object, number_of_clusters = FALSE, ...)

Arguments

object

A fitted object of class NRMI1

number_of_clusters

Whether to compute the optimal number of clusters, which can be a time-consuming operation (see compute_optimal_clustering)

...

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

Value

Prints out the text for the summary S3 methods

Examples

Run this code
# NOT RUN {
## Example for non censored data

data(acidity)
out <- MixNRMI1(acidity, Nit = 50)
summary(out)
# }

Run the code above in your browser using DataLab