KraljicMatrix
is an R package for implementing Kraljic’s (1983)[^kraljic] approach to strategically analyze a firm’s purchasing portfolio. It has two main goals:
You can install KraljicMatrix
two ways.
install.packages("KraljicMatrix")
if (packageVersion("devtools") < 1.6) {
install.packages("devtools")
}
devtools::install_github("AFIT-R/KraljicMatrix")
To get started with KraljicMatrix
, read the intro vignette: vignette("kraljic", package = "KraljicMatrix")
. This provides a thorough introduction to the functions provided in the package. For deeper understanding behind the integration of single and multi-attribute utility thoery with the Kraljic Portfolio Matrix for strategic purchasing, read this paper.