ISM: Interpretive Structural Modeling (ISM).

Description Usage Arguments Details Value Author(s) References Examples

Description

This methods provides a wellformated solution of ISM

Usage

1
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

1
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 documentation built on May 2, 2019, 6:45 a.m.

Related to ISM in ISM...