ISM {ISM} | R Documentation |
This methods provides a wellformated solution of ISM
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())