Top Qs
Timeline
Chat
Perspective

Recursive partitioning

From Wikipedia, the free encyclopedia

Recursive partitioning
Remove ads
Remove ads

Recursive partitioning is a statistical method for multivariable analysis.[1] Recursive partitioning creates a decision tree that strives to correctly classify members of the population by splitting it into sub-populations based on several dichotomous independent variables. The process is termed recursive because each sub-population may in turn be split an indefinite number of times until the splitting process terminates after a particular stopping criterion is reached.

Thumb
A recursive partitioning tree showing survival of passengers on the Titanic ("sibsp" is the number of spouses or siblings aboard). The figures under the leaves show the probability of survival and the percentage of observations in the leaf. Summarizing: Your chances of survival were good if you were (i) a female or (ii) a young boy without several family members.

Recursive partitioning methods have been developed since the 1980s. Well known methods of recursive partitioning include Ross Quinlan's ID3 algorithm and its successors, C4.5 and C5.0 and Classification and Regression Trees (CART). Ensemble learning methods such as Random Forests help to overcome a common criticism of these methods – their vulnerability to overfitting of the data – by employing different algorithms and combining their output in some way.

This article focuses on recursive partitioning for medical diagnostic tests, but the technique has far wider applications. See decision tree.

As compared to regression analysis, which creates a formula that health care providers can use to calculate the probability that a patient has a disease, recursive partition creates a rule such as 'If a patient has finding x, y, or z they probably have disease q'.

A variation is 'Cox linear recursive partitioning'.[2]

Remove ads

Advantages and disadvantages

Compared to other multivariable methods, recursive partitioning has advantages and disadvantages.

  • Advantages are:
    • Generates clinically more intuitive models that do not require the user to perform calculations.[3]
    • Allows varying prioritizing of misclassifications in order to create a decision rule that has more sensitivity or specificity.[2]
    • May be more accurate.[4]
  • Disadvantages are:
    • Does not work well for continuous variables[5]
    • May overfit data.
Remove ads

Examples

Examples are available of using recursive partitioning in research of diagnostic tests.[6][7][8][9][10][11] Goldman used recursive partitioning to prioritize sensitivity in the diagnosis of myocardial infarction among patients with chest pain in the emergency room.[11]

See also

References

Loading content...
Loading related searches...

Wikiwand - on

Seamless Wikipedia browsing. On steroids.

Remove ads