Is there an equivalent function of "%in%" from R for Stata?
feedback
|
|
As already mentioned, it's hard to tell what you need from the question. I find that Stata's
These can be calculated on the fly:
| ||||
|
feedback
|
|
working with lists proper is one way, you could also just treat the rhs like a string and treat the lhs as a regex, use regexm() | |||
|
feedback
|
|
Stata does not offer the same flexible tool, but | |||
|
feedback
|