| calculateHDMWeights | Calculate the normalized weights for each node and add them... | 
| childrenOrNothing | If a node has children return them, otherwise return nothing | 
| disagreement.calculate | Pass in a list of experts and their final results, get back... | 
| finalizeWeightsForNode | Calculate the weighted value for each node | 
| getDbConnection | Utility to get a connection to a MongoDb | 
| getExampleTree | Get an example tree to use as a model | 
| getExpertEvaluationComboFrames | Get the combo frames for an expert | 
| getExpertEvaluationRollup | Get all the expert results and roll them up for display | 
| getExpertResultsAsTreeFromDb | Get an expert's evaluation in tree form | 
| getFullHDMModelFromDb | Get a full HDM model with alternatives and experts | 
| getInconsistencyList | Get a list of data frames with experts and their... | 
| getLastElementInPath | Get the last element in a path string | 
| getModelAsTreeWithAlternativesFromDb | Get the model in tree form with Alternatives as the bottom... | 
| getNodeName | Get the names of the nodes in a tree | 
| getNodeNamesAtLevel | Return the names of nodes in a vector for the defined level | 
| getNodesAtLevel | Get all the nodes at a specified level in the tree | 
| getUniqueChildCombinations | Get unique combinations for children of a node. If there are... | 
| grid.unique | Create a unique comparison matrix | 
| hdmr | hdm HDM (Hierarchical Decision Making) Modeling for R | 
| inconsistency.calculate | Calculate inconsistency | 
| loadAllModels | Utility to load all the models ids and names | 
| loadHDMModel | Load a model from the DB | 
| loadMyModelsFromDb | Load modelIds and names for a particular user. | 
| loadResults | Load expert evaluations from a MongoDB | 
| matrix.buildFromComboFrames | Given a set of names and dataframes with evaluation data,... | 
| matrix.calculate | Given a populated matrix, divide the comparisons against each... | 
| normalizeValueForNode | Calculate weight for requested node | 
| rebuildDataFrameForHDMTree | Return a data.frame that can be converted to a tree with your... | 
| saveHDMDataToMongoDb | Save all data pertaining to the definition of a model to... | 
| saveHdmEvaluationToDb | Save an expert's evaluation to the DB | 
| trim | Returns string w/o leading or trailing whitespace | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.