BNPdensity (version 2019.9.11)

summary.NRMI1cens: S3 method for class 'MixNRMI1cens'

Description

S3 method for class 'MixNRMI1cens'

Usage

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

Arguments

object

A fitted object of class NRMI1cens

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

Summary of some relevant information on the fit

Examples

Run this code
# NOT RUN {
data(salinity)
out <- MixNRMI1cens(salinity$left, salinity$right, Nit = 50)
summary(out)
# }

Run the code above in your browser using DataCamp Workspace