Hello Stata users,
I am running into a problem where string observations under the 'browse window' only show part of what is technically in the cell.
As an example:
A string observation will have a name "Bobby Smith" in a cell, but if I hit the data editor, click on that cell, and press > after the h in Smith, it will jump to another word, which is technically in the cell, but "hidden" with the browse window. I've copied and pasted the browse window into excel and there is clearly something funky going on inside the cell (where excel will place the word past 'Smith >" into another cell).
I would like to remove this odd spacing inside stata, and add a regular space, so I can clearly see what is going on with these nasty observations.
I've tried a few of the trimming commands (strtrim, etc, but these don't seem to be doing the trick).
I hope this makes sense.
Thank you in advance for your help!
I am running into a problem where string observations under the 'browse window' only show part of what is technically in the cell.
As an example:
A string observation will have a name "Bobby Smith" in a cell, but if I hit the data editor, click on that cell, and press > after the h in Smith, it will jump to another word, which is technically in the cell, but "hidden" with the browse window. I've copied and pasted the browse window into excel and there is clearly something funky going on inside the cell (where excel will place the word past 'Smith >" into another cell).
I would like to remove this odd spacing inside stata, and add a regular space, so I can clearly see what is going on with these nasty observations.
I've tried a few of the trimming commands (strtrim, etc, but these don't seem to be doing the trick).
I hope this makes sense.
Thank you in advance for your help!
Comment