CMISTScore: Calculate the CMIST Score

View source: R/CMISTScore.R

CMISTScoreR Documentation

Calculate the CMIST Score

Description

Calculate the CMIST Score

Usage

CMISTScore(risks, uncertainties)

Arguments

risks

a vector containing the risk scores of the 17 CMIST questions

uncertainties

a vector containing the uncertainty scores of the 17 CMIST questions

Examples

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)

remi-daigle/CMISTR documentation built on May 17, 2023, 6:03 a.m.