Conditional Inference Trees in R for Clinical Risk Stratification
Conditional inference trees (ctrees) implement recursive partitioning using permutation‑based hypothesis tests rather than impurity‑based split criteria. At each node, the algorithm tests global independence between the response and each predictor, selects the variable with the smallest p‑value, and then determines the optimal split via a secondary test. This framework removes the variable‑selection bias inherent in […]