powered by
S3 method for class 'MixNRMI2'
# S3 method for NRMI2 summary(object, number_of_clusters = FALSE, ...)
Prints out the text for the summary S3 methods
A fitted object of class NRMI2
Whether to compute the optimal number of clusters, which can be a time-consuming operation (see compute_optimal_clustering)
compute_optimal_clustering
Further arguments to be passed to generic function, ignored at the moment
data(acidity) out <- MixNRMI2(acidity, Nit = 20) summary(out) data(salinity) out <- MixNRMI2cens(salinity$left, salinity$right, Nit = 20) summary(out)
Run the code above in your browser using DataLab