Skip to contents

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.

Usage

lort_path_table(x, index)

Arguments

x

A cta_ort object from lort_fit.

index

Integer; target LORT node index.

Value

Invisibly, the data frame from lort_index_path. Printed output goes to stdout().