Prints and returns (invisibly) a summary of the LORT recursion path from the root node to the requested index. For each node on the path it shows the local CTA model's key metrics and the endpoint condition that led to the next recursive call.
Arguments
- x
A
cta_ortobject fromlort_fit.- index
Integer; target LORT node index.
Value
Invisibly, the data frame from lort_index_path.
Printed output goes to stdout().