coefficients-methods: Extract the parameters

Description Usage Arguments Examples

Description

This function returns an instance of class VSLCMparam which contains the model parameters.

Usage

1
2
## S4 method for signature 'VSLCMresults'
coefficients(object)

Arguments

object

instance of VSLCMresults.

Examples

1
2
3
4
5
6
7
8
# Data loading:
data(heart)

# Cluster analysis without variable selection (number of clusters between 1 and 3)
res  <- VarSelCluster(heart[,-13], 1:3, vbleSelec = FALSE)

# Get the ICL value
coefficients(res)

VarSelLCM documentation built on May 2, 2019, 4:59 p.m.