Learn R Programming

VarSelLCM (version 2.1.1)

VarSelConvert: Convert outputs of old versions of VarSelLCM

Description

This function is used to convert output obtained by old versions (before 2.1.0) if VarSelLCM

Usage

VarSelConvert(obj)

Arguments

obj

an instance returned by function VarSelCluster.

Examples

Run this code
# NOT RUN {
##' # Data loading
data("heart")
# Clustering en 2 classes
heart[1,1] <- NA
results <- VarSelCluster(heart[,-13], 2)
# Here, it is necessary only if results was provided by an older version of the VarSelLCM
update <- VarSelConvert(results)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab