Hi
I have constructed an indicator using a set of variables, and I'm interested in assessing the robustness of this indicator to the choice of variables included. One approach I'm considering is to randomly select a subset of variables from the original list and construct the indicator multiple times with different variable combinations.
For example, let's say I have the following list of variables:
Code:
local variable_list "hsup maison a2c cvfvp joindre"
Could you please provide guidance on how to implement this in Stata? Specifically, how can I randomly select a subset of variables from the original list and repeat this process to create multiple variable combinations?
Thank you in advance for your help and suggestions.
Comment