CMISTScore | R Documentation |
Calculate the CMIST Score
CMISTScore(risks, uncertainties)
risks |
a vector containing the risk scores of the 17 CMIST questions |
uncertainties |
a vector containing the uncertainty scores of the 17 CMIST questions |
set.seed(11)
risks <- sample(x = c(1:3),size = 17,replace = TRUE)
uncertainties <- sample(x = c(1:3),size = 17,replace = TRUE)
score <- CMISTScore(risks,uncertainties)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.