summary.betaclust {betaclust}R Documentation

Summarizing the beta mixture model fits

Description

Summary method for a betaclust object containing the results under the optimal model selected.

Usage

## S3 method for class 'betaclust'
summary(object, ...)

Arguments

object

A betaclust object.

...

Further arguments passed to or from other methods.

Value

An object of class summary.betaclust which contains the following list:

See Also

betaclust

Examples


my.seed <- 190
M <- 3
N <- 4
R <- 2
data_output <- betaclust(pca.methylation.data[1:30,2:9], M, N, R,
            model_names=c("K..","KN.","K.R"), model_selection="BIC",
            parallel_process = FALSE, seed=my.seed)
summary(data_output)

[Package betaclust version 1.0.3 Index]