Description Usage Arguments Value Examples
This function creates a priority matrix that is a result of priorityImportance and valuesImportance for numeric values of readValues and readPriorities.
1 2 3 | createPriorityMatrix(vImport = c(3, 3, 5), pImport = c(2, 5, 5),
priorities = c("Professional certifications", "On the job learning",
"Mentorship"), values = c("Contribution", "Certainty", "Connection"))
|
vImport |
a numeric list assigning importance to values. Can be taken from valuesImportance. |
pImport |
a numeric list assigning importance to priorities Can be taken from priorityImportance. |
priorities |
a character array of priorities. Can be taken from readPriorities. |
values |
a character array of values Can be taken from readValues. |
This function returns a priority matrix as a data frame (values as columns and priorities as rows). Values in matrix are the result of cross-multiplication.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.