## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----setup--------------------------------------------------------------------
library(dematel)
## -----------------------------------------------------------------------------
my_data = dematel::medicaldevice
my_data
## -----------------------------------------------------------------------------
my_data = as.matrix(my_data)
normalize(my_data)
## -----------------------------------------------------------------------------
total_relationship_matrix(my_data)
## -----------------------------------------------------------------------------
relationships_between_criteria(my_data)
## -----------------------------------------------------------------------------
visualize(my_data)
## -----------------------------------------------------------------------------
threshold_value(my_data)
## -----------------------------------------------------------------------------
compare_criteria(my_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.