summary,pkbc-method {QuadratiK}R Documentation

Summarizing PKBD mixture Fits

Description

Summary method for class "pkbc"

Usage

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

Arguments

object

Object of class pkbc

Value

Display the logLikelihood values and within cluster sum of squares (wcss) for all the values of number of clusters provided. For each of these values the estimated mixing proportions are showed together with a table with the assigned memberships.

See Also

pkbc()

Examples

dat <- rbind(matrix(rnorm(100),2),matrix(rnorm(100,5),2))
res <- pkbc(dat,2:4)
summary(res)


[Package QuadratiK version 1.1.1 Index]