Movatterモバイル変換


[0]ホーム

URL:


Skip to contents

pandemonium

pandemonium performs hierarchical cluster analysis within a Shiny GUI. The data space should be split into two parts, for example input variables and latent variables for a statistical model. Clustering is performed using the subset of variables in theclustering space, and cluster assignments are also visualised in thelinked space.

Within the dynamic GUI pandemonium performs data preparation, clustering and visualisation with interactive methods. The user can change all settings without having to to leave the GUI.

Installation

The latest release version of pandemonium can be installed fromCRAN with:

install.packages("pandemonium")

You can install the development version of pandemonium fromGitHub with:

# install.packages("pak")pak::pak("GabrielMccoy/pandemonium")

Getting Started

We use theBikes data example to show how the app can be used. To load the GUI with this data, the following can be used.

library(pandemonium)pandemonium(df=Bikes$space1, space2=Bikes$space2,                getScore=outsideScore(Bikes$other$res,"Residual"))

By loading the app with the clustering space indf and the linked space inspace2 the data is automatically selected in the data page. From here pressing load app will launch the analysis tab.

Within the analysis tab you can explore different visualisations and their options in each of the enclosed tabs.

Links

License

Citation

Developers

  • Gabriel McCoy
    Author, maintainer
  • Ursula Laa
    Author
  • German Valencia
    Author

[8]ページ先頭

©2009-2026 Movatter.jp