How to use Propensity Matched Score method in MATLAB?
Show older comments
I have a large patient table with many data sets (rows) and variables (columns).
I have two groups of patients with group A (var1='ON') and group B (var1='off').
Now, I would like to create matching pairs of patients so that one patient in group A corresponds to one patient in group B dependent on a set of variables, e.g. age, gender, study days, etc..
Is there a Matlab method/function where I can easily create the second group B from a given group A and a given set of categorical and numerical variables with optimized matching? In literature, it's often called the propensity-matched score method.
Accepted Answer
More Answers (0)
Categories
Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!