Package index
-
andorR_interactive()
- Enter Interactive Analysis Mode
-
calculate_tree()
- Propagate Answers and Confidence Up the Tree
-
ethical
- Ethical investment decision tree for a fictional company - data frame format
-
ethical_nl
- Ethical investment decision tree for a fictional company in hierarchical format
-
get_confidence_boosters()
- Find Actions to Most Effectively Boost Confidence
-
get_highest_influence()
- Identify the Most Influential Question(s)
-
get_questions()
- Get a Data Frame Summary of All Leaf Questions
-
load_tree_csv()
- Load a decision tree from a CSV file (Relational Format)
-
load_tree_csv_path()
- Load a decision tree from a CSV file (Path String Format)
-
load_tree_df()
- Build a decision tree from a relational data frame
-
load_tree_df_path()
- Build a decision tree from a path-string data frame
-
load_tree_json()
- Load a decision tree from a JSON file (Hierarchical Format)
-
load_tree_node_list()
- Build a decision tree from a hierarchical list
-
load_tree_yaml()
- Load a decision tree from a YAML file (Hierarchical Format)
-
print_tree()
- Print a Styled, Formatted Summary of the Decision Tree
-
set_answer()
- Set an Answer and Confidence for a Leaf Node
-
update_tree()
- Update a Tree Based on Answers Provided