Hello

I generated a variable to identify zombie firms with this coomand "gen Zombie = (l2.icr <1 & l1.icr < 1 & icr < 1 & age >= 10)".
How can I generate a variable for the rest of the firms, like nonZombie firms?

Thanks in advance!