YOW! 2012: John Cook - R
- Posted: Dec 20, 2012 at 12:42 PM
- 27,982 Views
- 3 Comments
Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Right click “Save as…”
John Cook, an Independent Consultant working at the confluence of applied mathematics and software development. After receiving a Ph.D. in from the University of Texas, he taught mathematics at Vanderbilt University. He then left academia to work as a software developer and consultant.
Here, we discuss one of John's favorite topics, the R programming language.
Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation,
please create a new thread in our Forums,
or
Contact Us and let us know.
Follow the Discussion
Oops, something didn't work.
What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in. You need to be signed in to Channel 9 to use this feature.What does this mean?
Following an item on Channel 9 allows you to watch for new content and comments that you are interested in and view them all on your notifications page.sign up for email notifications?
I was employed at MD Anderson at the time of the interview. As of January 2013, I'm now an independent consultant.
@JohnDCook: Hi John! I've updated the description to reflect this. Congratulations! This is great news for companies who will no doubt benefit from your excellent programming skills, broad knowledge of mathematical computation, statistics, modeling, etc..
Right on!
C
R is a great example of code in which performance is not a critical problem.
If somebody would like to calculate a variance of some given data it really doesn't matter if it takes 0.01 seconds or 0.001 seconds. For typical datasets it is acceptable.
In long run it is better optimize everything at the machine code level but today it is time-consuming and because of that it is too expensive.
It is much faster (and because of that cheaper) to write the modeling code in R instead of rewriting everything in the machine code (which is a very slow and complicated process and because of that very expensive).
Remove this comment
Remove this thread
close