Hi,
I am trying to list all variables in a dataset containing a specific value using the ds command, but it's not working.
Here is an example:
I was expecting this to return the variable 'foreign'. Can you please help me find the error in it.
I am trying to list all variables in a dataset containing a specific value using the ds command, but it's not working.
Here is an example:
Code:
. ds, has(vallabel Domestic) . `r(varlist)' .
I was expecting this to return the variable 'foreign'. Can you please help me find the error in it.
Comment