Hello,
After applying this code:
Assume j = 1, 2, 3, 4 and there are several stubs.
Is there an easy way to generate new variables for j = 5, instead of having to gen stub5 = . for all stubs?
After applying this code:
Code:
reshape wide stub, i(i) j(j)
Is there an easy way to generate new variables for j = 5, instead of having to gen stub5 = . for all stubs?
Comment