Dear all,
I want to copy some values from previous cells and furthermore to create the cascade effect.
I read and tried the code that I found in the STATA faq:
replace myvar = myvar[_n-1] if myvar >= .
However, I receive the following message "weights not allowed". What should I do in the wrong way? Thanks in advance for your time!!!
Kind regards,
Ioannis Efraimidis
I want to copy some values from previous cells and furthermore to create the cascade effect.
I read and tried the code that I found in the STATA faq:
replace myvar = myvar[_n-1] if myvar >= .
However, I receive the following message "weights not allowed". What should I do in the wrong way? Thanks in advance for your time!!!
Kind regards,
Ioannis Efraimidis
Comment