I have seen similar questions posted, but not close enough to what I need to figure out a solution.
- I have a db of survey results from 208 participants and about 200 variables.
- There were actually 212 participants in the study, however 4 of them dropped out along the way.
- I want to add 4 "blank" observations for the participants who withdrew.
- I am doing set obs=212 - however this creates "blank" observations with the default missing value (. or "")
- Instead, I want each "blank" observation to have all variables pre-filled as my "withdrew" missing value (.w or ".w", depending on if it is numeric or string).
Thanks in advance!
0 Response to Creating a new observation with specific "missing" value
Post a Comment