Package: ISMtools 0.1.0
ISMtools: Interpretive Structural Modelling Analysis Tools
A comprehensive toolkit for Interpretive Structural Modelling (ISM) analysis. Provides functions for creating adjacency matrices from various input formats including SSIM (Structural Self-Interaction Matrix), computing reachability matrices using Warshall's algorithm, performing hierarchical level partitioning, MICMAC (Cross-Impact Matrix Multiplication Applied to Classification) analysis, and visualizing ISM structures through both static and interactive diagrams. ISM is a methodology for identifying and summarizing relationships among specific elements which define an issue or problem, as described in Warfield (1974) <doi:10.1109/TSMC.1974.5408524>.
Authors:
ISMtools_0.1.0.tar.gz
ISMtools_0.1.0.zip(r-4.7-any)ISMtools_0.1.0.zip(r-4.6-any)ISMtools_0.1.0.zip(r-4.5-any)
ISMtools_0.1.0.tgz(r-4.6-any)ISMtools_0.1.0.tgz(r-4.5-any)
ISMtools_0.1.0.tar.gz(r-4.7-any)ISMtools_0.1.0.tar.gz(r-4.6-any)
ISMtools_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
ISMtools/json (API)
| # Install 'ISMtools' in R: |
| install.packages('ISMtools', repos = c('https://tangyi82.r-universe.dev', 'https://cloud.r-project.org')) |
- ism_example - Example ISM Data: Project Risk Factors
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:bb58bcf70d. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 126 | ||
| source / vignettes | OK | 184 | ||
| linux-release-x86_64 | OK | 127 | ||
| macos-release-arm64 | OK | 123 | ||
| macos-oldrel-arm64 | OK | 256 | ||
| windows-devel | OK | 76 | ||
| windows-release | OK | 93 | ||
| windows-oldrel | OK | 94 | ||
| wasm-release | OK | 114 |
Exports:compute_reachabilityconvert_to_matrixcreate_relation_matrixcreate_ssimextract_direct_edgesidentify_transitive_edgeslevel_partitioningmicmac_analysisplot_interactive_ismplot_ismplot_micmacssim_to_matrix
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| ISMtools: Interpretive Structural Modelling Analysis Tools | ISMtools-package ISMtools |
| Compute Reachability Matrix | compute_reachability |
| Convert Input to Adjacency Matrix | convert_to_matrix |
| Create or Convert to Adjacency Matrix | create_relation_matrix |
| Create SSIM (Structural Self-Interaction Matrix) | create_ssim |
| Extract Direct Edges (Transitive Reduction) | extract_direct_edges |
| Identify Transitive Edges | identify_transitive_edges |
| Example ISM Data: Project Risk Factors | ism_example |
| Level Partitioning for ISM | level_partitioning |
| MICMAC Analysis | micmac_analysis |
| Interactive ISM Visualization | plot_interactive_ism |
| Plot ISM Structure | plot_ism |
| Plot MICMAC Diagram | plot_micmac |
| Print ISM Levels | print.ism_levels |
| Print MICMAC Results | print.micmac_result |
| Print SSIM Matrix | print.ssim_matrix |
| Convert SSIM to Adjacency Matrix | ssim_to_matrix |
| Summary of ISM Levels | summary.ism_levels |
