ISM {ISM}R Documentation

Interpretive Structural Modeling (ISM).

Description

This methods provides a wellformated solution of ISM

Usage

ISM(fname, Dir)

Arguments

fname

a matrix consists of 1s' and 0's (initial reachability matrix)

Dir

a path where user wants to save output files

Details

This Function Provides well-formatted and readable excel output files (Final Reachability Matrix and Level Partition of each iteration) that make interpretation easier.

Value

provides two output files (Final Reachability Matrix and Level Partition of each iteration) in Excel format

Author(s)

Adarsh Anand, Gunjan Bansal

References

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

Examples

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())


[Package ISM version 0.1.0 Index]