Hello, I am trying to append several datasets together (yes they have been cleaned and are ready for appending) but keep getting the following error message:
variable E is str25 in master but byte in using data
You could specify append's force option to ignore this string/numeric mismatch. The using
variable would then be treated as if it contained "".
r(106);
Below is what I used for coding:
cd "/Users/dinardorodriguez/Desktop/CO"
/Users/dinardorodriguez/Desktop/CO
xls2dta , clear generate (newvar1): append using "/Users/dinardorodriguez/Desktop/CO"
Once I got the error I tried:
xls2dta , clear force: append using "/Users/dinardorodriguez/Desktop/CO"
but got the following error:
option force not allowed
r(198);
Any ideas how I can overcome this hiccup?
Thanks,
Related Posts with Appending Errors
Time wth multiple fixed effects.I am running a regression looking at the fertility rate amongst individuals who gained Medicaid cove…
Request for guidance regarding suitable methodology.Hello, Now a days I investigate the topic about IT and economic growth related. In my base papers 10…
Replication of PaperHi there, I am currently trying to replicate this table on Stata from a paper. However, I am strug…
Request for suitable methodology.Hello, Now a days, I research about the remittances and economic growth. In my base paper 9 variable…
Fixed effect regression for country panelHello Statalisters, I have a country panel which involves around 31 countries with data on variable…
Subscribe to:
Post Comments (Atom)
0 Response to Appending Errors
Post a Comment