Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: R: filter string variable


From   "Carlo Lazzaro" <[email protected]>
To   <[email protected]>
Subject   st: R: filter string variable
Date   Mon, 25 Mar 2013 12:54:13 +0100

Dear Victor,
in its triviality, the following example might hopefully help you out:

-----------------------------------------------------
set obs 10
g Lobbists="agri" in 1/3
replace Lobbists="farm" in 4/6
replace Lobbists="corn" in 7
replace Lobbists="white_collar" in 8/10
encode Lobbists, g( Lobbists_2)
label list Lobbists_2
replace Lobbists_2=1 if Lobbists_2!=4
list Lobbists_2 if Lobbists_2==1
-----------------------------------------------------

Kindest regards,
Carlo




-----Messaggio originale-----
Da: [email protected] [mailto:[email protected]] Per conto di victor
Inviato: lunedì 25 marzo 2013 12:03
A: [email protected]
Oggetto: st: filter string variable

Hi,

I have a dataset which contains the amount of contributions from various lobbies to a member of congress. However, for my research I am only interested in the contributions from the agricultural lobby. Therefore, I would like to filter in a way that keeps only the observations which contain words like “agri” or “farm” etc. in it. Since I have to do this for various members of congress on several occasions I would like to make some sort of code for it. So far I am unable to work something out.

Can anyone help me out on this?

Thanks in advance,
Victor




--
View this message in context: http://statalist.1588530.n2.nabble.com/filter-string-variable-tp7580328.html
Sent from the Statalist mailing list archive at Nabble.com.

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/faqs/resources/statalist-faq/
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index