# NOT RUN {
# Data loading
data("heart")
# Clustering en 2 classes
heart[1,1] <- NA
results <- VarSelCluster(heart[,-13], 2)
# Opening Shiny application to easily see the results
VarSelImputation(results)[1,1]
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab