Identify the Most Influential Question(s)
get_highest_influence.Rd
Scans all leaf nodes in the tree to find the questions that
currently have the highest influence_index
.
Arguments
- tree
The main
data.tree
object for the analysis.- top_n
The number of top-ranked questions to return.
- sort_by
A character string indicating how the prioritised questions should be sorted. Options are:
"TRUE" : Sort by the product of the node true_index for all ancestors, which measures the influence of the question if it is answered TRUE
"FALSE" : Sort by the product of the node false_index for all ancestors, which measures the influence of the question if it is answered FALSE
"BOTH" : (Default) Sort by the sum of 'TRUE' and 'FALSE' values which measures the aggregate influence of the question before the answer is known