Shiny app for analyzing results from VarSelCluster
Shiny app for analyzing results from VarSelCluster
VarSelShiny(X)
Arguments
X: an instance of VSLCMresults returned by function VarSelCluster .
Examples
## Not run:# Data loadingdata("heart")# Clustering en 2 classesresults <- VarSelCluster(heart[,-13],2)# Opening Shiny application to easily see the resultsVarSelShiny(results)## End(Not run)