tttcomrader Posted January 30, 2014 Posted January 30, 2014 Hi, I'm new to the forum! I hold a M.S. in Pure Math and I have been working as a community college instructor for a few years. I recently completed a graduate certificate in statistics (15 graduate credit hours - Mathematical Statistics I and II, Linear Statistical Model, Machine Learning I and II) and I'm interested in becoming a statistician. Now, I have been using "R" for my entire statistic program, but as I am doing job search on USAJOBS and Indeed I found that a number of the positions require both SAS and SQL (especially on government jobs, I am a US Army Veteran and I'm hoping to work for the Feds as I can carry my service years into the job), so my question is: Should I continue to learn more to master "R"? Or should I go ahead and focus on learning SAS and SQL? Any comments are appreicated, thank you in advance!
Biostat_Assistant_Prof Posted January 30, 2014 Posted January 30, 2014 Continue to get better at R, but start learning SAS as well. They are both useful tools in their own way and having a solid understanding of both will certainly help you.
cyprusprior Posted January 30, 2014 Posted January 30, 2014 From what I can tell, SAS is most popular with government or "blue chip" companies (ones that are large and have been around a long time). R is more popular with up and coming start-up types, and academia. So if your goal is definitely to work for the federal government, SAS would probably be worth learning. Even if it is ultimately eclipsed by R, the government will take a long time to catch up to market trends (for example, I have read that despite the abundance of alternative "modern" languages out there, many government web sites run on old versions of Coldfusion). Keep in mind it is very expensive to buy SAS on your own, so try to get a copy through your employer or some academic institution (or maybe they have discounts for veterans?). When I was trying to learn SAS, I found this book to be a good reference: Delwiche and Slaughter: The Little SAS Book. As for SQL, I would put it in a totally different category from R or SAS. SQL is typically used upstream from the analysis stage of working with data. You might for example write SQL queries to generate a report containing the data you need by drawing it from various tables in a database. Then, you could export that report and process it using R or SAS. I think SQL is absolutely worth learning, since relational databases are everywhere and it's almost certain that your data will have problems requiring some knowledge of databases to solve. One place to start with learning SQL would be to get SQLite (https://sqlite.org/) on your local machine and play around with it on the command line, or try using this handy firefox extension: https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/. Here is a useful SQL reference for learning: http://www.w3schools.com/SQl/default.asp Good Luck!
Caesar Posted January 30, 2014 Posted January 30, 2014 I use R, SAS, and SQL on a daily basis and on occasion even integrate R with C++. R has certain advantages over SAS and vice-versa (e.g., graphics in R). If you're going to start learning SAS, I would go ahead and start with the certification process and at least get the SAS Base Programming and SAS Advanced Programming Certifications under your belt; you're probably going to need these anyway if you're looking for jobs in government or industry. SAS publishes fairly in depth prep manuals for both exams and "The Little SAS Book " that cyprusprior mentioned is also excellent as a reference. If you are currently enrolled in school you can also use the SAS Web Editor online instead of handing over a ridiculous amount of money to have SAS installed on your own computer. Info about the SAS Web Editor can be found here: https://support.sas.com/ctx3/sodareg/index.html%3bjsessionid=7D0311DA2CDAE115B20E8EA8CA4BFE06?execution=e1s1
tttcomrader Posted January 31, 2014 Author Posted January 31, 2014 Thank you for the massive amount of information here!!! I am starting to work on learning SQL and SAS now! I guess here is my secondary question... I'm currently making mid-50k in a southern, lower than average cost of living city (my mortgage is mid 800 a month, gas is mid to low 3 something dollars a gallon). I don't work a lot... Like about 30 hours a week with loads of holidays... But there just isn't a lot of room for promotions and state jobs don't give too much raises to match inflation... So changing career to become a statistician (for the Feds)... Is it a promising move given where I am at? I just feel that I have to make my decision quick so as to build my experience in a new profession. Thanks again!
Caesar Posted January 31, 2014 Posted January 31, 2014 Probably not where you're at. Most of the statistics related jobs for the federal government are going to be in and around the Washington, D.C. area. Browsing through the USAjobs.gov website under the keyword "statistics" will give you a good idea of the types of jobs available and where they're located. https://www.usajobs.gov/Search?Keyword=statistics&Location=&search=Search&AutoCompleteSelected=False
tttcomrader Posted January 31, 2014 Author Posted January 31, 2014 Thanks! I'm willing to relocate... Just wondering how is the demand for statisticians, salary level, and opportunity to move up the ladder.
DMX Posted January 31, 2014 Posted January 31, 2014 Since you already know R, it may help to learn SAS. For SQL, check out a couple of SQL-videos in this MOOC: https://class2go.stanford.edu/db/Winter2013/preview/ If you know programming you should be able to go from beginner-->intermediate SQL programmer in a week. Any reason why you specifically want to work for the government (in which case SAS would be important)?
tttcomrader Posted February 1, 2014 Author Posted February 1, 2014 Thank you, sir! I have been watching the video and play with the SAS program for a bit... You are right, it is pretty easy, it was difficult to gain access to the actual software through. Umm... I aim to work for the Feds since I am a US Army veteran and I have already serve a few years (those years will be carried over for a Federal Pension system); I enjoy the security of the job position; and I would like to work for fellow military service members in the future (DoD or VA). That being said, I am absolutely open to a private sector position if they are hiring! My main concern being the availability of career advancements, it is pretty hard to become administators in education to make the big bucks, is it the case in statistician path as well?
bsharpe269 Posted February 14, 2014 Posted February 14, 2014 I would focus on learning something like C or Java. I think that that combined with R allows you to accomplish most of what you need to.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now