Make a node level tree object of the results of nested testing
make_results_tree.Rd
Given the results of the splitting and testing algorithm, make a node level data set for use in reporting results and as input to ggraph for visualization in terms of a tree graph.
Arguments
- orig_res
a results data.table output from the
findBlocks
function.- blockid
is a character name for the variable containing the block id information
- node_label
is a character name for a variable containing a descriptive label for the blocks.