| Build parent map and endpoint-index map for LORT nodes (internal helper used by lort_index_path and lort_path_table) | .lort_parent_maps |
| Convert a tidy confusion data frame to a 2x2 integer matrix | as_confusion_matrix |
| Subset a data frame to the SDA-selected candidate columns | as_cta_candidates |
| Convert an object to an 'sda_anchor' | as_sda_anchor as_sda_anchor.data.frame as_sda_anchor.sda_fit |
| Dry-run planning and validation layer for SDA | auto_sda_plan |
| Assign observations to CTA terminal endpoints | cta_assign_endpoints |
| CTA covariate balance evidence-interval summary | cta_balance_effect_summary |
| Renderer-ready plot data for CTA covariate balance | cta_balance_plot_data |
| Multivariate CTA covariate balance diagnostics | cta_balance_table |
| Extract training confusion matrix from a fitted CTA tree | cta_confusion_matrix |
| Final selected tree training confusion table | cta_confusion_table |
| D statistic for a fitted CTA tree | cta_d_stat |
| CTA demonstration dataset | cta_demo |
| MDSA descendant family for CTA | cta_descendant_family |
| Per-endpoint class count table for a fitted CTA tree | cta_endpoint_counts |
| Terminal endpoint denominators of a CTA tree | cta_endpoint_denominators |
| Endpoint reporting summary for a fitted CTA tree | cta_endpoint_summary |
| Canonical terminal endpoint map for a fitted CTA tree | cta_endpoint_table |
| Tidy table of a CTA descendant family | cta_family_table |
| Fit a Classification Tree Analysis (CTA) model (public wrapper) | cta_fit |
| Minimum terminal endpoint denominator of a CTA tree | cta_min_terminal_denom |
| Canonical CTA node report table | cta_node_table |
| Assign per-observation CTA propensity weights | cta_observation_weights |
| Node-level summary table for a fitted LORT (legacy name: cta_ort) | cta_ort_node_table |
| Extract layout data for plotting a CTA tree | cta_plot_data |
| Endpoint-level propensity-score weights for a fitted CTA tree | cta_propensity_weights |
| Staging table for a fitted CTA tree | cta_staging_table |
| Number of terminal leaf endpoints in a CTA tree | cta_strata |
| Fit a Locally Optimal Recursive Tree (LORT) | lort_fit |
| LORT path from root to a given node index | lort_index_path |
| Extract the local CTA model embedded at a LORT node | lort_local_tree |
| Formatted path table for a LORT recursion path | lort_path_table |
| LORT terminal strata propensity weights | lort_propensity_weights |
| Myeloma gene-expression dataset (CTA benchmark) | myeloma |
| Novometric bootstrap CI from a fixed 2x2 confusion matrix | novo_boot_ci novo_boot_ci.cta_ort novo_boot_ci.cta_tree novo_boot_ci.default novo_boot_ci.oda_fit print.novo_boot_ci |
| ODA covariate balance evidence-interval table | oda_balance_effect_table |
| Renderer-ready plot data for univariate ODA covariate balance | oda_balance_plot_data |
| Univariate ODA covariate balance diagnostics | oda_balance_table |
| Select the best K-segment ordered partition by MegaODA spec: PRIMARY -> SECONDARY -> FIRST IDENTIFIED (enum order via tick()). | oda_best_ordered_multiclass_partition |
| Replace missing-code values with NA | oda_clean_missing_codes |
| Retrieve a confusion matrix from a fitted ODA model | oda_confusion |
| Binary confusion table | oda_confusion_binary |
| Multiclass confusion matrix | oda_confusion_multiclass |
| Fit a Classification Tree Analysis (CTA) model (internal engine) | oda_cta_fit |
| Compute the D statistic for a fitted ODA model | oda_d_stat |
| ESS from mean metric for a C-class problem | oda_ess_from_mean |
| Effect Strength for Sensitivity from mean PAC | oda_ess_from_meanpac |
| Fit an ODA model | oda_fit |
| Infer attribute types from a predictor data frame | oda_infer_attr_types |
| Leave-one-out cross-validation for ordered multiclass ODA. | oda_loo_multiclass_ordered |
| Monte Carlo Fisher-randomization p-value with Clopper-Pearson early stopping. | oda_mc_p_value |
| Mean PAC from sensitivity and specificity | oda_mean_pac |
| Retrieve scalar performance metrics from a fitted ODA model | oda_metrics |
| Fit a univariate multiclass ODA model | oda_multiclass_unioda_core |
| ODA power analysis via simulation | oda_power |
| Retrieve predictions from a fitted ODA model | oda_predictions |
| ODA rule strata propensity weights | oda_propensity_weights |
| Preflight readiness check for ODA / CTA analysis | oda_readiness_check |
| Apply a binary ODA rule to new data | oda_rule_predict |
| Apply a multiclass ODA rule to new data | oda_rule_predict_multiclass |
| ODA minimum sample size via bisection | oda_sample_size |
| Fit a univariate binary-class ODA model | oda_univariate_core |
| Validate a class / group variable | oda_validate_group |
| Validate a case weight vector | oda_validate_weights |
| Renderer-independent layout data for a LORT composite tree | ort_plot_data |
| Love plot for covariate balance (SMD) | plot_balance_love |
| Plot CTA multivariate covariate balance | plot_cta_balance |
| Evidence card for CTA multivariate covariate balance | plot_cta_balance_effects |
| Plot a CTA descendant family member using ggplot2 | plot_cta_family |
| Plot a CTA tree using ggplot2 | plot_cta_tree |
| Plot the full local CTA models along a LORT recursion path | plot_lort_path |
| Plot a LORT (Locally Optimal Recursive Tree) using ggplot2 | plot_lort_tree |
| Plot ODA covariate balance | plot_oda_balance |
| Forest plot of ODA covariate balance evidence intervals | plot_oda_balance_effects |
| Plot SMD covariate balance | plot_smd_balance |
| Plot method for Locally Optimal Recursive Tree (LORT) | plot.cta_ort |
| Plot a fitted CTA tree | plot.cta_tree |
| Predict method for Locally Optimal Recursive Tree (LORT) | predict.cta_ort |
| Classify new observations using a CTA tree | predict.cta_tree |
| Predict class labels from a fitted ODA model | predict.oda_fit |
| Predict from an SDA procedure result | predict.sda_fit |
| Print an auto_sda_plan object | print.auto_sda_plan |
| Print a CTA descendant family | print.cta_family |
| Print a CTA family summary | print.cta_family_summary |
| Print method for Locally Optimal Recursive Tree (LORT) | print.cta_ort |
| Print method for cta_ort_summary | print.cta_ort_summary |
| Print a CTA tree in MegaODA node table format | print.cta_tree |
| Print a CTA tree summary | print.cta_tree_summary |
| Print a fitted ODA model | print.oda_fit |
| Print an ODA fit summary | print.oda_fit_summary |
| Print an 'sda_anchor' | print.sda_anchor |
| Print an sda_fit object | print.sda_fit |
| Print an sda_fit_summary object | print.sda_fit_summary |
| Propensity-weighted ESS balance diagnostic | propensity_ess_balance |
| Construct an 'sda_anchor' object | sda_anchor |
| Return the candidate table from one or all SDA steps | sda_candidate_table |
| Run a Structural Decomposition Analysis (SDA) procedure | sda_fit |
| Return the selected attribute names from an SDA procedure result | sda_selected_attributes |
| Return a summary table of SDA steps | sda_step_table |
| Prepare X and y for CTA using SDA-selected attributes | sda_to_cta_data |
| Conventional SMD companion table for covariate balance | smd_balance_table |
| Summarise a CTA descendant family | summary.cta_family |
| Summary method for Locally Optimal Recursive Tree (LORT) | summary.cta_ort |
| Summarize a fitted CTA tree | summary.cta_tree |
| Summarize a fitted ODA model | summary.oda_fit |
| Summarise an 'sda_anchor' | summary.sda_anchor |
| Summarise an sda_fit object | summary.sda_fit |
| Validate an 'sda_anchor' object | validate_sda_anchor |