April 2012

Review: Kölner R Meeting 30 March 2012

April 4, 2012 | Markus Gesmann

The first Kölner R user meeting was great fun. About 20 useRs had turned up to exchange their ideas, questions and experience with R. Three talks about R & Excel, ggplot2 & XeLaTeX and Dynamical systems with R & simecol had kicked off the evening, wit...
[Read more...]

Regression – covariate adjustment

April 3, 2012 | Gregor Gorjanc

Linear regression is one of the key concepts in statistics [wikipedia1, wikipedia2]. However, people are often confuse the meaning of parameters of linear regression - the intercept tells us the average value of y at x=0, while the slope tells us how m... [Read more...]

Simulated War

April 3, 2012 | pssguy

I am quite interested in both Wars with sabres and Sabremetric WARs but the War I am most involved in is the card game. Unfortunately, it is one my six year old favourites and he is quite happy to while away the hours (literally) playing it with anyone pressganged into ... [Read more...]

Marketing optimization with LityxIQ

April 3, 2012 | David Smith

Marketing is one of the pioneering domains when it comes to applications of predictive analytics to Big Data. (For example, how Target used statistical modeling to predict demographic attribues of customers, like pregnancy, to target coupons.) To get such powerful insights into the hands of marketers, DC-area company LityxIQ provides ... [Read more...]

Radical Education Reform? Think Bigger.

April 2, 2012 | Capehart

“My job is to teach you how to think.” –Hugh Young A few days ago John Naughton published an article summarizing his manifesto on how to reform computer science education. I agree computer science education is in need of drastic... [Read more...]

Exploring Pollen Data

April 2, 2012 | Noam Ross

I wrote a few functions to grab data and from the Global Pollen Database:
<span>source</span>(<span>"~/code/_Pollen/pollendatafuntions.R"</span>)
## Loading required package: stratigraph
## Loading required package: grid
## Loading required package: graphics
## Loading required package: stats
billys <- <span>getpctAP</span>(<span>"billys"</span>, <span>plot =</span> <span>TRUE</span>)
## Number of taxa:  105 
## Number of levels:  77
Arboreal Pollen over time at Billy’s Lake Clearly, there’s are trends at different time scales. The trouble with using S-Maps on this is that there are uneven sampling intervals. One option is to ... [Read more...]

Web-Scraping in R

April 2, 2012 | diffuseprior

Web-scraping, or web-crawling, sounds like a seedy activity worthy of an Interpol investigative department. The reality, however, is far less nefarious. Web-scraping is any procedure by which someone extracts data from the internet. Given that it’s possible to get the internet on computers these days; web-scrapping opens an array ... [Read more...]
1 12 13 14 15

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)