Learn R Programming

parameters (version 0.4.0)

model_parameters.Mclust: Mixture Models Parameters

Description

Format mixture models obtained for example by mclust::Mclust.

Usage

# S3 method for Mclust
model_parameters(model, ...)

Arguments

model

Mixture model.

...

Arguments passed to or from other methods.

Examples

Run this code
# NOT RUN {
library(parameters)
library(mclust)

model <- mclust::Mclust(iris[1:4], verbose = FALSE)
model_parameters(model)
# }

Run the code above in your browser using DataLab