Hi everyone,
I am a beginner, so my question could sound fool for someone, sorry about that.
I'm working with a set of 51 dummies and I need to create a local variable to collect them all.
Dummies are generated from the same variable, so they have the same name with a different scalar at the end [every dummy is called "birth_state(number)"].
Could I implement a loop? How?
Thank you a lot
I am a beginner, so my question could sound fool for someone, sorry about that.
I'm working with a set of 51 dummies and I need to create a local variable to collect them all.
Dummies are generated from the same variable, so they have the same name with a different scalar at the end [every dummy is called "birth_state(number)"].
Could I implement a loop? How?
Thank you a lot
Comment