So I have Stata 14 on two comps and everything is updated. I keep running into what appears to be a bug and I'm wondering if anyone else is getting it.
I'll run a section of code and I'll look back to find that Stata has tripped on what appears to be a typo. It'll say something like:
reg cne* yearsed tage sqtage
variable cne* not found
r(111);
where cne* is NOT one of my variables and appears to be a typo. I go back to the section of the .do file I've run and check it... no typo. I rerun the code without changing anything and it works fine.
I've had this happen like three times with different sets of code. I'm not a new Stata user so I dont think it is anything I am doing.
Anyone else having these weird issues?
I'll run a section of code and I'll look back to find that Stata has tripped on what appears to be a typo. It'll say something like:
reg cne* yearsed tage sqtage
variable cne* not found
r(111);
where cne* is NOT one of my variables and appears to be a typo. I go back to the section of the .do file I've run and check it... no typo. I rerun the code without changing anything and it works fine.
I've had this happen like three times with different sets of code. I'm not a new Stata user so I dont think it is anything I am doing.
Anyone else having these weird issues?
Comment