summary-methods: Produce summary of a MixAll S4 class.

Description Usage Arguments Value

Description

Produce summary of a MixAll S4 class.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
## S4 method for signature 'IClusterComponent'
summary(object, ...)

## S4 method for signature 'IClusterModel'
summary(object, ...)

## S4 method for signature 'ClusterCategoricalComponent'
summary(object)

## S4 method for signature 'ClusterCategorical'
summary(object, ...)

## S4 method for signature 'ClusterDiagGaussian'
summary(object, ...)

## S4 method for signature 'ClusterGamma'
summary(object, ...)

## S4 method for signature 'ClusterMixedDataModel'
summary(object, ...)

## S4 method for signature 'ClusterPoisson'
summary(object, ...)

## S4 method for signature 'IClusterPredict'
summary(object, ...)

## S4 method for signature 'ClusterPredict'
summary(object, ...)

## S4 method for signature 'ClusterPredictMixedData'
summary(object, ...)

## S4 method for signature 'KmmModel'
summary(object, ...)

## S4 method for signature 'KmmMixedDataModel'
summary(object, ...)

Arguments

object

any cluster model deriving from a IClusterModel or IClusterComponent object.

...

further arguments passed to or from other methods

Value

NULL. Summaries to standard out.


MixAll documentation built on Sept. 12, 2019, 5:05 p.m.