Description Usage Arguments Details Value Examples
doNotScore
1 | doNotScore(decisionMatrix, functionalCategory)
|
decisionMatrix |
of class decisionMatrix |
functionalCategory |
a character vector indicating the functional category to be excluded from scoring. |
Sometimes one may wish to use a functional category for calling a state, but not use the functional category for any scoring. This allows the user that option.
a decisionMatrix; the abstractionLayer of the decision matrix will be altered to indicate that the functional category indicated must not be used in scoring calculations.
1 2 3 | dm <- get.decision.matrix("5813b67f46e0fb06b493ceb0")
dm <- doNotScore(decisionMatrix = dm, functionalCategory = "Regulatory")
dm
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.