Title: | Interpretive Structural Modelling (ISM) |
---|---|
Description: | The development of ISM was made by Warfield in 1974. ISM is the process of collaborating distinct or related essentials into a simplified and an organized format. Hence, ISM is a methodology that seeks the interrelationships among the various elements considered and endows with a hierarchical and multilevel structure. To run this package user needs to provide a matrix (VAXO) converted into 0's and 1's. Warfield,J.N. (1974) <doi:10.1109/TSMC.1974.5408524> Warfield,J.N. (1974, E-ISSN:2168-2909). |
Authors: | Adarsh Anand, Gunjan Bansal |
Maintainer: | Gunjan Bansal <[email protected]> |
License: | GPL-3 |
Version: | 0.1.0 |
Built: | 2024-11-01 06:29:02 UTC |
Source: | CRAN |
This methods provides a wellformated solution of ISM
ISM(fname, Dir)
ISM(fname, Dir)
fname |
a matrix consists of 1s' and 0's (initial reachability matrix) |
Dir |
a path where user wants to save output files |
This Function Provides well-formatted and readable excel output files (Final Reachability Matrix and Level Partition of each iteration) that make interpretation easier.
provides two output files (Final Reachability Matrix and Level Partition of each iteration) in Excel format
Adarsh Anand, Gunjan Bansal
Adarsh Anand, Gunjan Bansal, (2017) "Interpretive structural modelling for attributes of software quality", Journal of Advances in Management Research, Vol. 14 Issue: 3, pp.256-269, https://doi.org/10.1108/JAMR-11-2016-0097
ISM(fname=matrix(c(1,1,1,1,1,0,1,1,1,1,0,0,1,0,0,0,1,1,1,1,0,1,1,0,1),5,5,byrow=TRUE),Dir=tempdir())
ISM(fname=matrix(c(1,1,1,1,1,0,1,1,1,1,0,0,1,0,0,0,1,1,1,1,0,1,1,0,1),5,5,byrow=TRUE),Dir=tempdir())
This Mat_format Function formats the ISM_Matrix.xlsx file That is implicitly called by ISM.
Mat_format(fin_mat, A_mat, file2)
Mat_format(fin_mat, A_mat, file2)
fin_mat |
a final matrix consists of 1s' and 0's (final reachability matrix) produced by |
A_mat |
a initial matrix consists of 1s' and 0's (initial reachability matrix) produced by |
file2 |
a final matrix consists of 1s' and 0's (final reachability matrix) produced by |
This outputformat Function formats the ISM_output.xlsx file that implicitly called by ISM.
outputformat(file1)
outputformat(file1)
file1 |
a Level out iterations produced by |