Hello there,
Could you please let me know how can i use foreach numlist loop for more than one variable (let us say x1 x2 x3......) based on the following code?
foreach a of numlist 1 2 3 4 6 7 {
tab y x1 if x1= ‘a’
}
Could you please let me know how can i use foreach numlist loop for more than one variable (let us say x1 x2 x3......) based on the following code?
foreach a of numlist 1 2 3 4 6 7 {
tab y x1 if x1= ‘a’
}
Comment