Hi, hope you are all well.
When running these lines of code, I am getting the error (r110)
preserve
clear
svmat R, names(col)
gen loa="National", replace
gen subgroup="National", replace
order loa subgroup
keep if _n==1
save "$datos/ag_nat", replace
Restore
svmat R, names(col)
new variables cannot be uniquely named or already defined
r(110); t=0.01 10:26:26
Can anyone help me?
When running these lines of code, I am getting the error (r110)
preserve
clear
svmat R, names(col)
gen loa="National", replace
gen subgroup="National", replace
order loa subgroup
keep if _n==1
save "$datos/ag_nat", replace
Restore
svmat R, names(col)
new variables cannot be uniquely named or already defined
r(110); t=0.01 10:26:26
Can anyone help me?
Comment